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 à :
@@ -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
|
||||||
})
|
})
|
||||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur