1
0

Compare commits

..

No commits in common. "6be2fb5a6680cbcbd757384a567b4190ad64ca8d" and "b05e23be8d823bd5c90be0ffcea84dc3e5f1af8e" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ end
if not mobs.custom_spawn_animal then
mobs:spawn({
name = "mobs_jam:chicken",
name = ":mobs_jam:chicken",
nodes = spawn_on,
neighbors = {"group:grass"},
min_light = 14,
@ -136,7 +136,7 @@ if not mobs.custom_spawn_animal then
end
mobs:register_egg("mobs_jam:chicken", S("Chicken"), "mobs_chicken_inv.png", 0)
mobs:register_egg(":mobs_jam:chicken", S("Chicken"), "mobs_chicken_inv.png", 0)
mobs:alias_mob("mobs:chicken", "mobs_jam:chicken") -- compatibility

View File

@ -83,7 +83,7 @@ end
if not mobs.custom_spawn_animal then
mobs:spawn({
name = "mobs_jam:pumba",
name = ":mobs_jam:pumba",
nodes = spawn_on,
neighbors = spawn_by,
min_light = 14,
@ -97,7 +97,7 @@ end
-- spawn egg
mobs:register_egg("mobs_jam:pumba", S("Warthog"), "mobs_pumba_inv.png")
mobs:register_egg(":mobs_jam:pumba", S("Warthog"), "mobs_pumba_inv.png")
mobs:alias_mob("mobs_animal:pumba", "mobs_jam:pumba") -- compatibility