Make dungeon blocks diggable.
This commit is contained in:
parent
8817fd38d6
commit
0405fb8448
3 changed files with 10 additions and 25 deletions
2
abms.lua
2
abms.lua
|
@ -412,7 +412,7 @@ minetest.register_abm({
|
|||
if not mob then
|
||||
return
|
||||
end
|
||||
print('spawning '..name)
|
||||
--print('spawning '..name)
|
||||
|
||||
if mob.hp_max and mob.object and mob.health and mob.damage then
|
||||
local factor = 1 + (math.max(math.abs(pos.x), math.abs(pos.y), math.abs(pos.z)) / 6200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue