Fix translation for Stone Sword, see #664

This commit is contained in:
BuildTools 2019-02-13 23:07:06 -05:00
parent 3e74d80713
commit 7427a27a60

View File

@ -751,7 +751,7 @@ public class LocaleQuery {
keys.put("WOOD_PICKAXE", "item.pickaxeWood.name");
keys.put("WOOD_AXE", "item.hatchetWood.name");
keys.put("STONE_SWORD", "item.swordStone.name");
keys.put("STONE_SWORD", "item.shovelStone.name");
keys.put("STONE_SPADE", "item.shovelStone.name");
keys.put("STONE_PICKAXE", "item.pickaxeStone.name");
keys.put("STONE_AXE", "item.hatchetStone.name");
keys.put("DIAMOND_SWORD", "item.swordDiamond.name");