Don't rotate ladder and vine

This commit is contained in:
Wuzzy 2017-12-05 14:17:07 +01:00
parent 320567e1f2
commit 83f7655f31
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ minetest.register_node("mcl_core:ladder", {
_mcl_blast_resistance = 2,
_mcl_hardness = 0.4,
on_rotate = function() return false end,
})
@ -153,4 +154,5 @@ minetest.register_node("mcl_core:vine", {
_mcl_blast_resistance = 1,
_mcl_hardness = 0.2,
on_rotate = function() return false end,
})