From a061eb9f56d37ae21299efbb14476a1514ae1013 Mon Sep 17 00:00:00 2001 From: Danial Nickford Date: Wed, 19 Sep 2018 08:52:37 +1200 Subject: [PATCH] remove items (not blocks) --- overviewer_core/world.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/overviewer_core/world.py b/overviewer_core/world.py index 5babcc6..687f70f 100644 --- a/overviewer_core/world.py +++ b/overviewer_core/world.py @@ -651,15 +651,8 @@ class RegionSet(object): 'minecraft:black_glazed_terracotta': (250, 0), 'minecraft:structure_block': (255, 0), - 'minecraft:sign': (323, 0), 'minecraft:comparator': (149, 0), # temporary map all comparators to inactive - 'minecraft:prismarine_shard': (409, 0), - 'minecraft:prismarine_crystals': (410, 0), - 'minecraft:rabbit_stew': (413, 0), - 'minecraft:rabbit_foot': (414, 0), - 'minecraft:rabbit_hide': (415, 0), 'minecraft:armor_stand': (416, 0), - 'minecraft:mutton': (423, 0), # The following blocks are underwater and are not yet rendered. # To avoid spurious warnings, we'll treat them as air for now. 'minecraft:brain_coral': (0, 0),