Add missing tile to locale query for MC 1.12 and below, fixes #1204

This commit is contained in:
PikaMug 2020-04-17 02:31:13 -04:00
parent 3afe33704c
commit 37a6cb438a

View File

@ -483,6 +483,7 @@ public class LocaleQuery {
keys.put("DOUBLE_PLANT.4", "tile.doublePlant.rose.name");
keys.put("DOUBLE_PLANT.5", "tile.doublePlant.paeonia.name");
keys.put("BROWN_MUSHROOM", "tile.mushroom.name");
keys.put("RED_MUSHROOM", "tile.mushroom.name"); //added
keys.put("GOLD_BLOCK", "tile.blockGold.name");
keys.put("IRON_BLOCK", "tile.blockIron.name");
keys.put("STONE_SLAB", "tile.stoneSlab.name");