mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-06 02:40:39 +01:00
Correct redstone locale mappings
This commit is contained in:
parent
d4f8df8245
commit
2fdd04adf1
@ -678,7 +678,7 @@ public class LocaleQuery {
|
||||
keys.put("ENDER_CHEST", "tile.enderChest.name");
|
||||
keys.put("EMERALD_ORE", "tile.oreEmerald.name");
|
||||
keys.put("EMERLAND_BLOCK", "tile.blockEmerald.name");
|
||||
keys.put("REDSTONE_ORE", "tile.blockRedstone.name");
|
||||
keys.put("REDSTONE_BLOCK", "tile.blockRedstone.name");
|
||||
keys.put("TRIPWARE", "tile.tripWire.name");
|
||||
keys.put("TRIPWIRE_HOOK", "tile.tripWireSource.name");
|
||||
keys.put("COMMAND", "tile.commandBlock.name");
|
||||
@ -803,7 +803,7 @@ public class LocaleQuery {
|
||||
keys.put("DIODE_BLOCK_OFF", "item.diode.name"); // added
|
||||
keys.put("DIODE_BLOCK_ON", "item.diode.name"); // added
|
||||
keys.put("REDSTONE_COMPARATOR_OFF", "item.comparator.name"); // added
|
||||
keys.put("REDSTONE_COMPARATOR_OFF", "item.comparator.name"); // added
|
||||
keys.put("REDSTONE_COMPARATOR_ON", "item.comparator.name"); // added
|
||||
keys.put("SKULL.0", "item.skull.skeleton.name"); // added
|
||||
keys.put("SKULL.1", "item.skull.wither.name"); // added
|
||||
keys.put("SKULL.2", "item.skull.zombie.name"); // added
|
||||
|
Loading…
Reference in New Issue
Block a user