1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 14:36:03 +02:00

drops can now be a function, also code tidy

This commit is contained in:
TenPlus1
2019-09-12 09:44:45 +01:00
parent d6bd538a35
commit b588452dea
6 changed files with 82 additions and 85 deletions

View File

@ -68,7 +68,7 @@ minetest.register_node("mobs:spawner", {
minetest.chat_send_player(name,
S("Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] distance[1-20] y_offset[-10 to 10]”"))
end
end,
end
})
@ -174,6 +174,5 @@ minetest.register_abm({
minetest.add_entity(pos2, mob)
end
end
end
})