Nether Core

Nether Core

843k Downloads

Nether Mob Configurable Restrictions

renevo opened this issue ยท 6 comments

commented

Ghast, Blaze, Wither Skeleton, Skeleton, Zombie Pigmen can only spawn on configurable blocks, by default:

  • Gravel
  • Netherrack
  • Nether Bricks
  • Soul Sand

This is to help promote the building of bases in the Nether, and not getting over ran with mobs that shouldn't spawn inside player built structures.

As an addendum, we should probably look at adding support for Biomes O Plenty and Natura, since they both add a decent amount of surface blocks to the Nether.

commented

That would make sense to support other biome mods. For the spawn rate, it could be a good idea to get it work with a light source, but that would be alot of work with the vanilla mobs. I would try that if I could, but I don't have enough knowledge in mod making....

commented

Working with light sources actually isn't a huge issue. I did this almost exact same thing awhile back ago with another mod and actually did the feature request to prevent mob spawning into Forge. Light level could be added to the checks/balance system for mob spawning.

Will definitely look into adding this feature then :)

commented

Pleasure to help, I see alot of potential in your mod!

commented

Would it be easier to get the mob spawn rate with with light source at the place of surface block?

commented

Can do either actually :)

basically, configuration would be:

mobid:
blacklist: [minecraft:gravel, minecraft:sand]
whitelist: []
minLight: 7
maxLight: 15

or something of the like.

commented

Maybe they should spawn on anything like normal, except when the lighting amount is safe. For nethergrowth, why not reducing it to something like 1/4 normal spawn rate with no light? Don't forget also Ghast spawn everywhere it fit