forked from mtcontrib/mobs_animal
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