How can I make Chickens spawn in Nether?

Started by ShinkaPlant on

Topic category: Help with modding (Java Edition)

Last seen on 16:33, 31. Jul 2022
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make Chickens spawn in Nether?

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.

Last seen on 11:34, 9. Oct 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a place-holder mob that…
Wed, 07/27/2022 - 07:40

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