1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-23 16:30:21 +01:00

fix cobweb conversion abm

This commit is contained in:
Vanessa Ezekowitz 2014-09-05 08:44:26 -04:00
parent 8c3c1deea5
commit 29b2c262e5

View File

@ -144,6 +144,6 @@ minetest.register_abm({
interval = 1, interval = 1,
chance = 1, chance = 1,
action = function(pos, node, active_object_count, active_object_count_wider) action = function(pos, node, active_object_count, active_object_count_wider)
homedecor_rotate_cobweb(pos) homedecor.rotate_cobweb(pos)
end end
}) })