Standardize mob hp/damage.
This commit is contained in:
parent
17fc19f787
commit
6a793059f2
6 changed files with 120 additions and 20 deletions
4
abms.lua
4
abms.lua
|
@ -444,9 +444,9 @@ minetest.register_abm({
|
|||
minetest.register_abm({
|
||||
nodenames = {"default:dirt_with_grass", "default:dirt_with_dry_grass"},
|
||||
neighbors = {"air"},
|
||||
interval = 100000 * fun_caves.time_factor,
|
||||
interval = 1000000 * fun_caves.time_factor,
|
||||
catch_up = false,
|
||||
chance = 10000,
|
||||
chance = 30000,
|
||||
action = function(pos, node)
|
||||
local ps = {}
|
||||
local players = minetest.get_connected_players()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue