projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cdee1d
)
Stairs: Add tin block stairs and slab
author
Fixer
<Fixer-007@users.noreply.github.com>
Fri, 7 Jul 2017 21:21:14 +0000
(
00:21
+0300)
committer
paramat
<mat.gregory@virginmedia.com>
Sat, 8 Jul 2017 13:51:24 +0000
(14:51 +0100)
mods/stairs/init.lua
patch
|
blob
|
history
diff --git
a/mods/stairs/init.lua
b/mods/stairs/init.lua
index 99da619d3541b8e8291608d844f95cd2bf1b8b6b..782b24a9f10842ae52ded20e907844750a8a9ede 100644
(file)
--- a/
mods/stairs/init.lua
+++ b/
mods/stairs/init.lua
@@
-732,6
+732,16
@@
stairs.register_stair_and_slab(
default.node_sound_metal_defaults()
)
+stairs.register_stair_and_slab(
+ "tinblock",
+ "default:tinblock",
+ {cracky = 1, level = 2},
+ {"default_tin_block.png"},
+ "Tin Block Stair",
+ "Tin Block Slab",
+ default.node_sound_metal_defaults()
+)
+
stairs.register_stair_and_slab(
"copperblock",
"default:copperblock",