Skip to content

Commit

Permalink
Fix the tree stairs textures.
Browse files Browse the repository at this point in the history
  • Loading branch information
pithydon authored and Amaz1 committed Aug 5, 2016
1 parent 747f341 commit 10c053f
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 10 deletions.
4 changes: 4 additions & 0 deletions mods/default/license.txt
Expand Up @@ -100,6 +100,10 @@ MirceaKitsune (WTFPL):
Jordach (CC BY-SA 3.0):
character.png

pithy (CC BY-SA 3.0):
default_tree_stair.png
default_jungletree_stair.png

PilzAdam (WTFPL):
default_jungleleaves.png
default_junglesapling.png
Expand Down
Binary file added mods/default/textures/default_jungletree_stair.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mods/default/textures/default_tree_stair.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions mods/lottplants/license.txt
Expand Up @@ -6,5 +6,9 @@ Textures: CC BY-SA
lottplants_*_wood.png
lottplants_*leaves.png
lottplants_mallorn*.png
lottplants_birchtree*.png

pithy -
lottplants_*tree_stair.png (Based on lottplants_*tree.png)

fishyWET - The rest.
15 changes: 10 additions & 5 deletions mods/lottplants/nodes.lua
Expand Up @@ -879,7 +879,8 @@ stairs.register_stair_and_slab("birchwood", "lottplants:birchwood",

stairs.register_stair_and_slab("birchtree", "lottplants:birchtree",
{choppy=3,flammable=2},
{"lottplants_birchtree_top.png", "lottplants_birchtree_top.png", "lottplants_birchtree.png"},
{"lottplants_birchtree_top.png", "lottplants_birchtree_top.png", "lottplants_birchtree.png",
"lottplants_birchtree.png", "lottplants_birchtree.png", "lottplants_birchtree_stair.png"},
"Birch Tree Stair",
"Birch Tree Slab",
default.node_sound_wood_defaults())
Expand All @@ -893,7 +894,8 @@ stairs.register_stair_and_slab("pinewood", "lottplants:pinewood",

stairs.register_stair_and_slab("pinetree", "lottplants:pinetree",
{choppy=3,flammable=2},
{"lottplants_pinetree_top.png", "lottplants_pinetree_top.png", "lottplants_pinetree.png"},
{"lottplants_pinetree_top.png", "lottplants_pinetree_top.png", "lottplants_pinetree.png",
"lottplants_pinetree.png", "lottplants_pinetree.png", "lottplants_pinetree_stair.png"},
"Pine Tree Stair",
"Pine Tree Slab",
default.node_sound_wood_defaults())
Expand All @@ -907,7 +909,8 @@ stairs.register_stair_and_slab("alderwood", "lottplants:alderwood",

stairs.register_stair_and_slab("aldertree", "lottplants:aldertree",
{choppy=2,flammable=2},
{"lottplants_aldertree_top.png", "lottplants_aldertree_top.png", "lottplants_aldertree.png"},
{"lottplants_aldertree_top.png", "lottplants_aldertree_top.png", "lottplants_aldertree.png",
"lottplants_aldertree.png", "lottplants_aldertree.png", "lottplants_aldertree_stair.png"},
"Alder Tree Stair",
"Alder Tree Slab",
default.node_sound_wood_defaults())
Expand All @@ -921,7 +924,8 @@ stairs.register_stair_and_slab("lebethronwood", "lottplants:lebethronwood",

stairs.register_stair_and_slab("lebethrontree", "lottplants:lebethrontree",
{choppy=1,flammable=2},
{"lottplants_lebethrontree_top.png", "lottplants_lebethrontree_top.png", "default_tree.png"},
{"lottplants_lebethrontree_top.png", "lottplants_lebethrontree_top.png", "default_tree.png",
"default_tree.png", "default_tree.png", "lottplants_lebethrontree_stair.png"},
"Lebethron Tree Stair",
"Lebethron Tree Slab",
default.node_sound_wood_defaults())
Expand All @@ -935,7 +939,8 @@ stairs.register_stair_and_slab("mallornwood", "lottplants:mallornwood",

stairs.register_stair_and_slab("mallorntree", "lottplants:mallorntree",
{choppy=1,flammable=2},
{"lottplants_mallorntree_top.png", "lottplants_mallorntree_top.png", "lottplants_mallorntree.png"},
{"lottplants_mallorntree_top.png", "lottplants_mallorntree_top.png", "lottplants_mallorntree.png",
"lottplants_mallorntree.png", "lottplants_mallorntree.png", "lottplants_mallorntree_stair.png"},
"Mallorn Tree Stair",
"Mallorn Tree Slab",
default.node_sound_wood_defaults())
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions mods/stairs/init.lua
Expand Up @@ -221,7 +221,8 @@ stairs.register_stair_and_slab("wood", "default:wood",

stairs.register_stair_and_slab("tree", "default:tree",
{choppy=2,oddly_breakable_by_hand=1,flammable=2},
{"default_tree_top.png", "default_tree_top.png", "default_tree.png"},
{"default_tree_top.png", "default_tree_top.png", "default_tree.png",
"default_tree.png", "default_tree.png", "default_tree_stair.png"},
"Tree Stair",
"Tree Slab",
default.node_sound_wood_defaults())
Expand Down Expand Up @@ -263,9 +264,10 @@ stairs.register_stair_and_slab("junglewood", "default:junglewood",

stairs.register_stair_and_slab("jungletree", "default:jungletree",
{choppy=2,oddly_breakable_by_hand=1,flammable=2},
{"default_jungletree_top.png", "default_jungletree_top.png", "default_jungletree.png"},
"Tree Stair",
"Tree Slab",
{"default_jungletree_top.png", "default_jungletree_top.png", "default_jungletree.png",
"default_jungletree.png", "default_jungletree.png", "default_jungletree_stair.png"},
"Jungle Tree Stair",
"Jungle Tree Slab",
default.node_sound_wood_defaults())

stairs.register_stair_and_slab("stonebrick", "default:stonebrick",
Expand All @@ -282,7 +284,7 @@ stairs.register_stair_and_slab("desert_stonebrick", "default:desert_stonebrick",
"Desert Stone Brick Slab",
default.node_sound_stone_defaults())

stairs.register_stair_and_slab("sandstone_brick", "default:sandstone_brick",
stairs.register_stair_and_slab("sandstone_brick", "default:sandstonebrick",
{cracky=3},
{"default_sandstone_brick.png"},
"Sandstone Brick Stair",
Expand Down

0 comments on commit 10c053f

Please sign in to comment.