1
0
miroir de https://github.com/mt-mods/homedecor_modpack.git synchronisé 2025-10-23 18:35:48 +02:00

fix cobweb conversion abm

Cette révision appartient à :
Vanessa Ezekowitz
2014-09-05 08:44:26 -04:00
Parent 8c3c1deea5
révision 29b2c262e5

Voir le fichier

@@ -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
}) })