0

add composter

This commit is contained in:
Ian Salmons
2019-11-01 11:45:00 +01:00
committed by InrcedibleHolg
parent 3c3e958eae
commit 9e27e6adc9
4 changed files with 31 additions and 2 deletions

View File

@@ -833,6 +833,7 @@ class RegionSet(object):
'minecraft:scaffolding': (11414, 0),
"minecraft:smooth_red_sandstone_stairs": (11415, 0),
'minecraft:bamboo': (11416, 0),
"minecraft:composter": (11417, 0),
# adding a gap in the numbering of walls to keep them all
# in one numbering block starting at 21000
'minecraft:andesite_wall': (21000, 0),
@@ -1128,6 +1129,8 @@ class RegionSet(object):
data = 1
else:
data = 0
elif key == "minecraft:composter":
data = palette_entry['Properties']['level']
return (block, data)
def get_type(self):