mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-27 13:15:55 +01:00
Fix translation for Stone Sword, see #664
This commit is contained in:
parent
3e74d80713
commit
7427a27a60
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user