More changes

This commit is contained in:
2022-11-21 20:06:10 -05:00
parent 929a34a41c
commit 30c580fe5d
34 changed files with 32 additions and 336 deletions

View File

@@ -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", {