Adjust goblin stats.
This commit is contained in:
parent
a0fa05a60f
commit
c1c60d1f8b
3 changed files with 11 additions and 6 deletions
2
abms.lua
2
abms.lua
|
@ -686,7 +686,7 @@ for _, mushroom in pairs(mushrooms) do
|
|||
end
|
||||
minetest.register_abm({
|
||||
nodenames = {"default:dirt"},
|
||||
neighbors = {'fun_caves:stone_with_lichen', 'fun_caves:stone_with_algae'},
|
||||
neighbors = {'fun_caves:stone_with_lichen', 'fun_caves:stone_with_algae', 'fun_caves:giant_mushroom_stem'},
|
||||
interval = time_factor,
|
||||
chance = 300,
|
||||
catch_up = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue