mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
fix typo in hog spawn_by
This commit is contained in:
parent
e3d51b3f58
commit
42fbf31f80
@ -69,7 +69,7 @@ end
|
||||
|
||||
if minetest.get_modpath("ethereal") then
|
||||
spawn_on = {"ethereal:mushroom_dirt"}
|
||||
spawn_by = {"flowers:mushroom_brown", "flowers:mushroom_brown"}
|
||||
spawn_by = {"flowers:mushroom_brown", "flowers:mushroom_red"}
|
||||
end
|
||||
|
||||
mobs:spawn({
|
||||
|
Loading…
Reference in New Issue
Block a user