Merge pull request #913 from Mierzen/patch-1
Fix Copper ore tooltip typo
This commit is contained in:
commit
22c97f2c91
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue