mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-08 19:40:21 +01:00
Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server
This commit is contained in:
commit
6d62388898
|
@ -19,15 +19,15 @@ stairs.register_stair_and_slab(
|
|||
minetest.register_node("lavatemple:ladder", {
|
||||
description = "Darkbrick Ladder",
|
||||
drawtype = "signlike",
|
||||
tiles = {"lavatemple_ladder.png"},
|
||||
inventory_image = "lavatemple_ladder.png",
|
||||
wield_image = "lavatemple_ladder.png",
|
||||
tiles = {"lavatemple_ladder_obsidian.png"},
|
||||
inventory_image = "lavatemple_ladder_obsidian.png",
|
||||
wield_image = "lavatemple_ladder_obsidian.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
walkable = false,
|
||||
climbable = true,
|
||||
selection_box = {type = "wallmounted"},
|
||||
groups = {dark=1},
|
||||
groups = {dark=1, cracky=1},
|
||||
legacy_wallmounted = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
|
BIN
mods/lavatemple/textures/lavatemple_ladder_obsidian.png
Normal file
BIN
mods/lavatemple/textures/lavatemple_ladder_obsidian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 416 B |
Loading…
Reference in New Issue
Block a user