forked from mtcontrib/homedecor_modpack
fix cobweb conversion abm
This commit is contained in:
parent
8c3c1deea5
commit
29b2c262e5
@ -144,6 +144,6 @@ minetest.register_abm({
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
homedecor_rotate_cobweb(pos)
|
||||
homedecor.rotate_cobweb(pos)
|
||||
end
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user