Add bush stem

This commit is contained in:
Yutao Yuan 2016-12-08 13:41:48 +08:00
parent 915237cad5
commit aefced9078
3 changed files with 40 additions and 0 deletions

19
alpha/bush_stem.pgm Normal file
View File

@ -0,0 +1,19 @@
P2
16 16
1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0
1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1
1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1
1 1 1 0 0 0 1 1 1 1 0 0 0 1 1 1
1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1
1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1
0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0
0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0
0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0

19
index/bush_stem.pgm Normal file
View File

@ -0,0 +1,19 @@
P2
16 16
1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0
1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1
0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0
0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0
0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0
1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1
0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0
0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0
0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0
0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0
0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0
0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0

View File

@ -14,6 +14,7 @@ textures = {
'_default_fence_wood': ('wood', 'fence', 'fence'),
'_default_fence_wood_sides': ('wood', 'fence_sides', 'fence_sides'),
'_default_fence_wood_topbottom': ('wood', 'fence_topbottom', 'fence_topbottom'),
'default_acacia_bush_stem': ('acacia_tree', 'bush_stem', 'bush_stem'),
'default_acacia_leaves': (('acacia_leaves_1', 'acacia_leaves_2'), 'acacia_leaves', 'leaves'),
'default_acacia_leaves_simple': 'default_acacia_leaves',
'default_acacia_sapling': (('acacia_tree', 'acacia_leaves_1'), 'sapling', 'sapling'),
@ -32,6 +33,7 @@ textures = {
'default_brick': ('clay_brick', 'brick'),
'default_bronze_block': ('bronze', 'ore_block'),
'default_bronze_ingot': ('bronze', 'cuboid', 'cuboid'),
'default_bush_stem': ('tree', 'bush_stem', 'bush_stem'),
'default_cactus_side': (('cactus_1', 'cactus_2'), 'cactus_side'),
'default_cactus_top': (('cactus_1', 'cactus_2'), 'cactus_top'),
'default_chest_front': (('wood', 'steel'), 'chest_front'),