Compare commits
2 Commits
5012a47813
...
5461ae70b7
Author | SHA1 | Date | |
---|---|---|---|
5461ae70b7 | |||
d2d4a9fbb0 |
@ -123,7 +123,7 @@ end
|
|||||||
if not mobs.custom_spawn_animal then
|
if not mobs.custom_spawn_animal then
|
||||||
|
|
||||||
mobs:spawn({
|
mobs:spawn({
|
||||||
name = ":mobs_jam:chicken",
|
name = "mobs_jam:chicken",
|
||||||
nodes = spawn_on,
|
nodes = spawn_on,
|
||||||
neighbors = {"group:grass"},
|
neighbors = {"group:grass"},
|
||||||
min_light = 14,
|
min_light = 14,
|
||||||
@ -136,7 +136,7 @@ if not mobs.custom_spawn_animal then
|
|||||||
end
|
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
|
mobs:alias_mob("mobs:chicken", "mobs_jam:chicken") -- compatibility
|
||||||
|
@ -24,6 +24,7 @@ It provides mobs:
|
|||||||
* `penguin`
|
* `penguin`
|
||||||
* `kitten`
|
* `kitten`
|
||||||
* `warthog`
|
* `warthog`
|
||||||
|
* `mobs_water` disected few fish from animal mobpacks
|
||||||
* `clowfish`
|
* `clowfish`
|
||||||
* `tropical`
|
* `tropical`
|
||||||
* `mobs_monster` disected from original PilzAdam, adapted to mobs_redo
|
* `mobs_monster` disected from original PilzAdam, adapted to mobs_redo
|
||||||
@ -37,7 +38,7 @@ It provides mobs:
|
|||||||
* `mobs_balrog`
|
* `mobs_balrog`
|
||||||
* `balrog` !!
|
* `balrog` !!
|
||||||
|
|
||||||
It also has backguard compatibility for 0.4 engine. It also provides some new translatins and ajustments
|
It also has backguard compatibility for 0.4 engine. It also provides some new translations and ajustments
|
||||||
|
|
||||||
**note** to gain performance equivalent compatibility with original mods are disabled by default,
|
**note** to gain performance equivalent compatibility with original mods are disabled by default,
|
||||||
this mod provides by default aliasing of all items and mobs for backguard compatibility, you
|
this mod provides by default aliasing of all items and mobs for backguard compatibility, you
|
||||||
|
@ -83,7 +83,7 @@ end
|
|||||||
if not mobs.custom_spawn_animal then
|
if not mobs.custom_spawn_animal then
|
||||||
|
|
||||||
mobs:spawn({
|
mobs:spawn({
|
||||||
name = ":mobs_jam:pumba",
|
name = "mobs_jam:pumba",
|
||||||
nodes = spawn_on,
|
nodes = spawn_on,
|
||||||
neighbors = spawn_by,
|
neighbors = spawn_by,
|
||||||
min_light = 14,
|
min_light = 14,
|
||||||
@ -97,7 +97,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
-- spawn egg
|
-- 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
|
mobs:alias_mob("mobs_animal:pumba", "mobs_jam:pumba") -- compatibility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user