Mainly licensing fixes

This commit is contained in:
2022-11-21 20:43:08 -05:00
parent 30c580fe5d
commit 750d6abc26
12 changed files with 704 additions and 97 deletions

View File

@@ -11,7 +11,7 @@ minetest.register_node("cops:pig_spawner", {
end,]]
})
--[[
minetest.register_abm({
nodenames = {"cops:pig_spawner"},
--neighbors = {"default:water_source", "default:water_flowing"},
@@ -19,7 +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", {