Make ladders fully transparent

This commit is contained in:
Wuzzy 2017-03-01 15:41:06 +01:00
parent 38d1e820b2
commit 0ab6124f0a
1 changed files with 1 additions and 0 deletions

View File

@ -1149,6 +1149,7 @@ minetest.register_node("mcl_core:ladder", {
inventory_image = "default_ladder.png",
wield_image = "default_ladder.png",
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "wallmounted",
walkable = true,
climbable = true,