0

Add more blocks

This commit is contained in:
Danial Nickford
2018-09-19 09:55:42 +12:00
parent c7b20643cd
commit c9e9d17e5b

View File

@@ -491,9 +491,11 @@ class RegionSet(object):
'minecraft:nether_wart': (115, 0),
'minecraft:enchanting_table': (116, 0),
'minecraft:brewing_stand': (117, 0),
'minecraft:cauldron': (118, 0),
'minecraft:end_portal': (119, 0),
'minecraft:end_portal_frame': (120, 0),
'minecraft:end_stone': (121, 0),
'minecraft:dragon_egg': (122, 0),
'minecraft:redstone_lamp': (123, 0),
'minecraft:oak_slab': (126, 0),
'minecraft:spruce_slab': (126, 1),
@@ -518,6 +520,12 @@ class RegionSet(object):
'minecraft:flower_pot': (140, 0),
'minecraft:carrots': (141, 0),
'minecraft:potatoes': (142, 0),
'minecraft:skeleton_wall_skull': (144, 0),
'minecraft:wither_skeleton_wall_skull': (144, 1),
'minecraft:zombie_wall_head': (144, 2),
'minecraft:player_wall_head': (144, 3),
'minecraft:creeper_wall_head': (144, 4),
'minecraft:dragon_wall_head': (144, 5),
'minecraft:anvil': (145, 0),
'minecraft:trapped_chest': (146, 0),
'minecraft:light_weighted_pressure_plate': (147, 0),
@@ -614,6 +622,8 @@ class RegionSet(object):
'minecraft:end_stone_bricks': (206, 0),
'minecraft:beetroots': (207, 0),
'minecraft:grass_path': (208, 0),
'minecraft:repeating_command_block': (210, 0),
'minecraft:chain_command_block': (211, 0),
'minecraft:frosted_ice': (212, 0),
'minecraft:magma_block': (213, 0),
'minecraft:nether_wart_block': (214, 0),