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.

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.