Amend shulker box rendering
- Correct shulker box side textures being resized to 4x4 resolution - Use intended texture for 'uncolored' shulker boxes instead of purple
This commit is contained in:
@@ -655,23 +655,6 @@ class RegionSet(object):
|
||||
'minecraft:red_nether_bricks': (215, 0),
|
||||
'minecraft:bone_block': (216, 0),
|
||||
'minecraft:observer': (218, 0),
|
||||
'minecraft:white_shulker_box': (219, 0),
|
||||
'minecraft:orange_shulker_box': (220, 0),
|
||||
'minecraft:magenta_shulker_box': (221, 0),
|
||||
'minecraft:light_blue_shulker_box': (222, 0),
|
||||
'minecraft:yellow_shulker_box': (223, 0),
|
||||
'minecraft:lime_shulker_box': (224, 0),
|
||||
'minecraft:pink_shulker_box': (225, 0),
|
||||
'minecraft:gray_shulker_box': (226, 0),
|
||||
'minecraft:light_gray_shulker_box': (227, 0),
|
||||
'minecraft:cyan_shulker_box': (228, 0),
|
||||
'minecraft:shulker_box': (229, 0), # wrong color
|
||||
'minecraft:purple_shulker_box': (229, 0),
|
||||
'minecraft:blue_shulker_box': (230, 0),
|
||||
'minecraft:brown_shulker_box': (231, 0),
|
||||
'minecraft:green_shulker_box': (232, 0),
|
||||
'minecraft:red_shulker_box': (233, 0),
|
||||
'minecraft:black_shulker_box': (234, 0),
|
||||
'minecraft:white_glazed_terracotta': (235, 0),
|
||||
'minecraft:orange_glazed_terracotta': (236, 0),
|
||||
'minecraft:magenta_glazed_terracotta': (237, 0),
|
||||
@@ -691,6 +674,7 @@ class RegionSet(object):
|
||||
|
||||
'minecraft:structure_block': (255, 0),
|
||||
'minecraft:jigsaw': (256, 0),
|
||||
'minecraft:shulker_box': (257, 0),
|
||||
|
||||
'minecraft:armor_stand': (416, 0), # not rendering
|
||||
|
||||
@@ -861,6 +845,7 @@ class RegionSet(object):
|
||||
self._blockmap['minecraft:%s_stained_glass_pane' % colors[i]] = (160, i)
|
||||
self._blockmap['minecraft:%s_banner' % colors[i]] = (176, i) # not rendering
|
||||
self._blockmap['minecraft:%s_wall_banner' % colors[i]] = (177, i) # not rendering
|
||||
self._blockmap['minecraft:%s_shulker_box' % colors[i]] = (219 + i, 0)
|
||||
self._blockmap['minecraft:%s_concrete' % colors[i]] = (251, i)
|
||||
self._blockmap['minecraft:%s_concrete_powder' % colors[i]] = (252, i)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user