Zaktualizuj 'mods/shit_robocops/init.lua'
This commit is contained in:
parent
71f7143eab
commit
bd677949e0
@ -1,6 +1,6 @@
|
|||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = {"poop:grey_bricks"},
|
nodenames = {"poop:grey_bricks"},
|
||||||
interval = 10,
|
interval = 30,
|
||||||
chance = 200,
|
chance = 200,
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
minetest.add_entity({x = pos.x, y = pos.y + 1, z = pos.z}, "robocops:robocop")
|
minetest.add_entity({x = pos.x, y = pos.y + 1, z = pos.z}, "robocops:robocop")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user