mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
forgor
This commit is contained in:
parent
c88ee74f7f
commit
3854161ac9
@ -355,7 +355,8 @@ public class PollutionHandler {
|
||||
&& !event.world.isRemote
|
||||
&& event.world.provider.dimensionId == 0
|
||||
&& event.type == EnumCreatureType.monster
|
||||
&& event.world.canBlockSeeTheSky(event.x, event.y, event.z)) {
|
||||
&& event.world.canBlockSeeTheSky(event.x, event.y, event.z)
|
||||
&& !event.isCanceled()) {
|
||||
|
||||
if (event.world.rand.nextInt(MobConfig.rampantScoutSpawnChance) == 0) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user