More changes
This commit is contained in:
@@ -19,8 +19,7 @@ minetest.register_abm({
|
||||
chance = 5, -- One node has a chance of 1 in 50 to get selected
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
minetest.add_entity(pos, "cops:cop_regular_female")
|
||||
end
|
||||
})]]
|
||||
end})]]
|
||||
|
||||
-- Cops
|
||||
mobs:register_mob("cops:cop_regular_female", {
|
||||
|
||||
Reference in New Issue
Block a user