diff --git a/overviewer_core/world.py b/overviewer_core/world.py index a90ad2f..7050cb5 100644 --- a/overviewer_core/world.py +++ b/overviewer_core/world.py @@ -519,6 +519,27 @@ class RegionSet(object): 'minecraft:mossy_cobblestone': (139, 16), 'minecraft:cobblestone_wall': (139, 0), 'minecraft:flower_pot': (140, 0), + 'minecraft:potted_poppy': (140, 0), # Pots not rendering + 'minecraft:potted_blue_orchid': (140, 0), + 'minecraft:potted_allium': (140, 0), + 'minecraft:potted_azure_bluet': (140, 0), + 'minecraft:potted_red_tulip': (140, 0), + 'minecraft:potted_orange_tulip': (140, 0), + 'minecraft:potted_white_tulip': (140, 0), + 'minecraft:potted_pink_tulip': (140, 0), + 'minecraft:potted_oxeye_daisy': (140, 0), + 'minecraft:potted_oak_sapling': (140, 0), + 'minecraft:potted_spruce_sapling': (140, 0), + 'minecraft:potted_birch_sapling': (140, 0), + 'minecraft:potted_jungle_sapling': (140, 0), + 'minecraft:potted_acacia_sapling': (140, 0), + 'minecraft:potted_dark_oak_sapling': (140, 0), + 'minecraft:potted_red_mushroom': (140, 0), + 'minecraft:potted_brown_mushroom': (140, 0), + 'minecraft:potted_fern': (140, 0), + 'minecraft:potted_dead_bush': (140, 0), + 'minecraft:potted_cactus': (140, 0), + 'minecraft:potted_bamboo': (140, 0), 'minecraft:carrots': (141, 0), 'minecraft:potatoes': (142, 0), 'minecraft:oak_button': (143, 0),