bob i swear to god

This commit is contained in:
70000hp 2024-04-01 18:44:22 -04:00
parent 2bb43e5136
commit d844e7ff2a

View File

@ -406,6 +406,7 @@ public class PollutionHandler {
if (soot >= MobConfig.rampantScoutSpawnThresh) {
EntityGlyphidScout scout = new EntityGlyphidScout(event.world);
scout.setLocationAndAngles(event.x, event.y, event.z, event.world.rand.nextFloat() * 360.0F, 0.0F);
if(scout.isValidLightLevel()) {
//escort for the scout, which can also deal with obstacles
EntityGlyphidDigger digger = new EntityGlyphidDigger(event.world);