Nether Mob Configurable Restrictions
renevo opened this issue ยท 6 comments
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.
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....
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 :)
Would it be easier to get the mob spawn rate with with light source at the place of surface block?
Can do either actually :)
basically, configuration would be:
mobid:
blacklist: [minecraft:gravel, minecraft:sand]
whitelist: []
minLight: 7
maxLight: 15
or something of the like.