0

Merge PR #1935 from buscher

Fix dead Chorus Flower
This commit is contained in:
Nicolas F
2021-05-31 19:10:58 +02:00
committed by GitHub

View File

@@ -1215,7 +1215,7 @@ class RegionSet(object):
if p['half'] == 'top': data |= 0x08 if p['half'] == 'top': data |= 0x08
elif key in ['minecraft:beetroots', 'minecraft:melon_stem', 'minecraft:wheat', elif key in ['minecraft:beetroots', 'minecraft:melon_stem', 'minecraft:wheat',
'minecraft:pumpkin_stem', 'minecraft:potatoes', 'minecraft:carrots', 'minecraft:pumpkin_stem', 'minecraft:potatoes', 'minecraft:carrots',
'minecraft:sweet_berry_bush']: 'minecraft:sweet_berry_bush', 'minecraft:chorus_flower']:
data = palette_entry['Properties']['age'] data = palette_entry['Properties']['age']
elif key in ['minecraft:lantern', 'minecraft:soul_lantern']: elif key in ['minecraft:lantern', 'minecraft:soul_lantern']:
if palette_entry['Properties']['hanging'] == 'true': if palette_entry['Properties']['hanging'] == 'true':