Jump to content

[SOLVED] [1.8] How to Have Custom Mob Spawn in Nether Fortress


Recommended Posts

Posted

I'm creating a custom mob and I want it to spawn in a Nether Fortress, the same way blaze, magma cubes, and wither skeletons do in vanilla. The normal way that I would add a mob spawn is using this:

EntityRegistry.addSpawn(Entity<Mob>.class, 15, 4, 4, EnumCreatureType.MONSTER, <Biome>)); 

but seeing as the Nether Fortress is a generated structure instead of a biome, I'm not sure how to go about doing that.

Posted

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.