Merge pull request #913 from Mierzen/patch-1

Fix Copper ore tooltip typo
This commit is contained in:
Aidan 2014-01-25 11:10:13 -08:00
commit 22c97f2c91

View file

@ -52,7 +52,7 @@ public class ItemBlockOre extends ItemBlock
{
list.add("A common, conductive material that");
list.add("can be used in the production of.");
list.add("wires. It's ability to withstand");
list.add("wires. Its ability to withstand");
list.add("high heats also makes it essential");
list.add("to advanced machinery.");
}