Disable rotation of torches and signs

This commit is contained in:
Wuzzy 2019-12-09 16:58:25 +01:00
parent d502ac3bec
commit f218180eaa
2 changed files with 3 additions and 6 deletions

View file

@ -153,6 +153,7 @@ mcl_torches.register_torch = function(substring, description, doc_items_longdesc
wall_side = {-0.5, -0.5, -0.1, -0.2, 0.1, 0.1},
},
sounds = sounds,
on_rotate = false,
}
if moredef ~= nil then
for k,v in pairs(moredef) do