Add baby mob eggs #661

Open
opened 2020-03-19 00:18:28 +01:00 by wuniversales · 3 comments

Please add the babies to creative mode.
This is not in real minecraft, but it does not hurt to give more options :)

For "/mods/ENTITIES/mobs_mc/zombie.lua"

mobs:register_egg("mobs_mc:baby_husk", S("Baby Husk"), "mobs_mc_spawn_icon_baby_husk.png", 0)
mobs:register_egg("mobs_mc:baby_zombie", S("Baby Zombie"), "mobs_mc_spawn_icon_baby_zombie.png", 0)

I do not know exactly how this forks work, I hope I have done well.

Fork: f2925baa1d

For "/mods/ENTITIES/mobs_mc/pigman.lua"

mobs:register_egg("mobs_mc:baby_pigman", S("Baby Pigman"), "mobs_mc_spawn_icon_baby_pigman.png", 0)

Fork: 4cae18c18d

Textures here.. (I have based on the current textures making them smaller)

Fork: f18345b391

Please add the babies to creative mode. This is not in real minecraft, but it does not hurt to give more options :) For "/mods/ENTITIES/mobs_mc/zombie.lua" ``` mobs:register_egg("mobs_mc:baby_husk", S("Baby Husk"), "mobs_mc_spawn_icon_baby_husk.png", 0) mobs:register_egg("mobs_mc:baby_zombie", S("Baby Zombie"), "mobs_mc_spawn_icon_baby_zombie.png", 0) ``` **I do not know exactly how this forks work, I hope I have done well.** Fork: https://git.minetest.land/wuniversales/MineClone2/commit/f2925baa1d42db9d0dc656ffb309eb5020005b8d For "/mods/ENTITIES/mobs_mc/pigman.lua" `mobs:register_egg("mobs_mc:baby_pigman", S("Baby Pigman"), "mobs_mc_spawn_icon_baby_pigman.png", 0)` Fork: https://git.minetest.land/wuniversales/MineClone2/commit/4cae18c18d4640760ddd44a3c829112c6288a800 Textures here.. (I have based on the current textures making them smaller) Fork: https://git.minetest.land/wuniversales/MineClone2/commit/f18345b39123e5223d52e67e2329d5ea8f279fef
Wuzzy added the
contribution inside
mobs
feature request
labels 2020-03-22 20:08:11 +01:00
Wuzzy changed title from Add more eggs - Contribution to Add baby mob eggs 2020-03-24 20:29:44 +01:00
Wuzzy added the
#P6: low
label 2020-03-24 22:36:25 +01:00
LizzyFleckenstein03 added this to the 0.72.0 milestone 2021-02-23 09:14:02 +01:00
LizzyFleckenstein03 added this to the Mobs migration project 2021-02-23 09:14:05 +01:00
cora removed this from the 0.72.0 milestone 2022-02-15 05:08:22 +01:00
ancientmarinerdev added the
creative mode
label 2023-03-02 19:45:13 +01:00

@ancientmarinerdev add, or put it in mineclone2+?

@ancientmarinerdev add, or put it in mineclone2+?

Not ancient, but baby mobs can be spawned in Minecraft by right-clicking an adult mob with their own spawn egg.

It's a better method in my opinion.

Not ancient, but baby mobs can be spawned in Minecraft by right-clicking an adult mob with their own spawn egg. It's a better method in my opinion.

Not ancient, but baby mobs can be spawned in Minecraft by right-clicking an adult mob with their own spawn egg.

It's a better method in my opinion.

That sounds a good plan. Thanks for the info.

> Not ancient, but baby mobs can be spawned in Minecraft by right-clicking an adult mob with their own spawn egg. > > It's a better method in my opinion. That sounds a good plan. Thanks for the info.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#661
No description provided.