Merge pull request #1634 from Gyzie/saplings_rework
Created seperate sapling blocks and added bamboo_sapling
This commit is contained in:
@@ -314,12 +314,7 @@ class RegionSet(object):
|
||||
'minecraft:jungle_planks': (5, 3),
|
||||
'minecraft:acacia_planks': (5, 4),
|
||||
'minecraft:dark_oak_planks': (5, 5),
|
||||
'minecraft:oak_sapling': (6, 0),
|
||||
'minecraft:spruce_sapling': (6, 1),
|
||||
'minecraft:birch_sapling': (6, 2),
|
||||
'minecraft:jungle_sapling': (6, 3),
|
||||
'minecraft:acacia_sapling': (6, 4),
|
||||
'minecraft:dark_oak_sapling': (6, 5),
|
||||
'minecraft:sapling': (6, 0),
|
||||
'minecraft:bedrock': (7, 0),
|
||||
'minecraft:water': (8, 0),
|
||||
'minecraft:lava': (10, 0),
|
||||
@@ -831,6 +826,13 @@ class RegionSet(object):
|
||||
'minecraft:andesite_stairs': (11382, 0),
|
||||
'minecraft:end_stone_brick_stairs': (11383, 0),
|
||||
'minecraft:red_nether_brick_stairs': (11384, 0),
|
||||
'minecraft:oak_sapling': (11385, 0),
|
||||
'minecraft:spruce_sapling': (11386, 0),
|
||||
'minecraft:birch_sapling': (11387, 0),
|
||||
'minecraft:jungle_sapling': (11388, 0),
|
||||
'minecraft:acacia_sapling': (11389, 0),
|
||||
'minecraft:dark_oak_sapling': (11390, 0),
|
||||
'minecraft:bamboo_sapling': (11413, 0),
|
||||
}
|
||||
|
||||
colors = [ 'white', 'orange', 'magenta', 'light_blue',
|
||||
|
||||
Reference in New Issue
Block a user