Update 'mods/ethereal/extra.lua'

This commit is contained in:
thunderdog1138 2020-07-22 15:40:46 +00:00
parent 5f909ad194
commit 9d14fd17bb
1 changed files with 3 additions and 3 deletions

View File

@ -177,9 +177,9 @@ end
minetest.register_node("ethereal:stone_ladder", {
description = S("Stone Ladder"),
drawtype = "signlike",
tiles = {"stone_ladder.png"},
inventory_image = "stone_ladder.png",
wield_image = "stone_ladder.png",
tiles = {"ladder_stone.png"},
inventory_image = "ladder_stone.png",
wield_image = "ladder_stone.png",
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "wallmounted",