0

When adding quartz pillar orientation, I assumed the top orientation was correct, when it was actually the side.

see: https://github.com/overviewer/Minecraft-Overviewer/pull/1502
This commit is contained in:
James Miller
2018-12-12 00:06:49 -08:00
parent 39812d84ac
commit b85a954e96

View File

@@ -813,9 +813,9 @@ class RegionSet(object):
data |= 8
elif key == 'minecraft:quartz_pillar':
axis = palette_entry['Properties']['axis']
if axis == 'z':
data = 3
if axis == 'x':
data = 3
if axis == 'z':
data = 4
elif key in ['minecraft:redstone_torch','minecraft:redstone_wall_torch','minecraft:wall_torch']:
if key.startswith('minecraft:redstone_') and palette_entry['Properties']['lit'] == 'true':