0

Add fletching, cartography and smithing tables

This commit is contained in:
Nicolas F
2019-04-28 12:55:14 +02:00
parent 1f7dc762aa
commit 3fc97d131e
2 changed files with 44 additions and 9 deletions

View File

@@ -787,15 +787,18 @@ class RegionSet(object):
"minecraft:polished_diorite_slab": (11347, 0),
"minecraft:polished_granite_slab": (11348, 0),
"minecraft:red_nether_brick_slab": (11349, 0),
"minecraft:smooth_sandstone_slab": (11350,0),
"minecraft:cut_sandstone_slab": (11351,0),
"minecraft:smooth_red_sandstone_slab": (11352,0),
"minecraft:cut_red_sandstone_slab": (11353,0),
"minecraft:end_stone_brick_slab": (11354,0),
"minecraft:mossy_cobblestone_slab": (11355,0),
"minecraft:mossy_stone_brick_slab": (11356,0),
"minecraft:smooth_quartz_slab": (11357,0),
"minecraft:smooth_stone_slab": (11358,0),
"minecraft:smooth_sandstone_slab": (11350, 0),
"minecraft:cut_sandstone_slab": (11351, 0),
"minecraft:smooth_red_sandstone_slab": (11352, 0),
"minecraft:cut_red_sandstone_slab": (11353, 0),
"minecraft:end_stone_brick_slab": (11354, 0),
"minecraft:mossy_cobblestone_slab": (11355, 0),
"minecraft:mossy_stone_brick_slab": (11356, 0),
"minecraft:smooth_quartz_slab": (11357, 0),
"minecraft:smooth_stone_slab": (11358, 0),
"minecraft:fletching_table": (11359, 0),
"minecraft:cartography_table": (11360, 0),
"minecraft:smithing_table": (11361, 0),
}
colors = [ 'white', 'orange', 'magenta', 'light_blue',