ladder fix

master
Mitori Itoshiki 2013-07-19 20:05:32 +04:00
parent 242bc9dcf8
commit bcfc82c985
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ minetest.register_node("default:ladder", {
{-0.32, -0.5+(3/4)-(1/8)-(1/16), 0.47, 0.32, -0.5+(3/4)-(1/8)+(1/16), 0.4},
{-0.32, -0.5+(4/4)-(1/8)-(1/16), 0.47, 0.32, -0.5+(4/4)-(1/8)+(1/16), 0.4},},
},
groups = {choppy=7,oddly_breakable_by_hand=6,flammable=2,attached_node=1},
groups = {choppy=7,oddly_breakable_by_hand=6,flammable=2},
sounds = default.node_sound_wood_defaults(),
})