changed ladder texture
This commit is contained in:
parent
1d7bd80feb
commit
239895dfe0
@ -196,9 +196,7 @@ minetest.register_node("poop:box", {
|
|||||||
minetest.register_node("poop:ladder_steel", {
|
minetest.register_node("poop:ladder_steel", {
|
||||||
description = "Ladder",
|
description = "Ladder",
|
||||||
drawtype = "signlike",
|
drawtype = "signlike",
|
||||||
tiles = {"Poop.png"},
|
tiles = {"ladder.png"},
|
||||||
tiles = {"Poop.png"},
|
|
||||||
tiles = {"Poop.png"},
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
BIN
mods/poop/textures/ladder.png
Normal file
BIN
mods/poop/textures/ladder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 783 B |
Loading…
Reference in New Issue
Block a user