Started by
ShinkaPlant
on
Topic category: Help with Minecraft modding (Java Edition)
Mcreator version:2022.1
MC Forge version: 1.18.2
I wanted to try recreating an MCPE bug whereas the chickens would spawn in the Nether somehow/someway, because I'd love to see those feathery birds (NOTE: Vanilla Chickens) in the Hell beneath the Overworld, but I am using the Procedure and I'm having a bit of struggles on how to make it work.
I'll be thankful for any possible helps/solutions you could possibly come up with.
make a place-holder mob that spawns in the nether despawns immediately upon spawn and spawns in a chicken instead
in entity tick update trigger
spawn living entity chicken
despawn: event/target entity
The event/target entity will only despawn the place-holder mob if it doesn't then use source entity instead
This is teh best solution I could come up with