1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-29 15:20:19 +02:00

Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server

This commit is contained in:
LeMagnesium 2015-04-06 22:20:02 +02:00
commit 6d62388898
2 changed files with 4 additions and 4 deletions

View File

@ -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(),
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B