Add bush stem
This commit is contained in:
parent
915237cad5
commit
aefced9078
19
alpha/bush_stem.pgm
Normal file
19
alpha/bush_stem.pgm
Normal 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
19
index/bush_stem.pgm
Normal 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
|
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user