WOW
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
minetest.register_abm({
|
||||
nodenames = {"poop:grey_bricks"},
|
||||
<<<<<<< HEAD
|
||||
interval = 40,
|
||||
=======
|
||||
interval = 30,
|
||||
>>>>>>> 742042729b4e3926e0679e3f1775f92d22ae8461
|
||||
chance = 200,
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user