Merge pull request #1415 from 70000hp/augh

bob i swear to god
This commit is contained in:
HbmMods 2024-04-02 08:03:48 +02:00 committed by GitHub
commit 4cd53def61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,6 +406,7 @@ public class PollutionHandler {
if (soot >= MobConfig.rampantScoutSpawnThresh) { if (soot >= MobConfig.rampantScoutSpawnThresh) {
EntityGlyphidScout scout = new EntityGlyphidScout(event.world); 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()) { if(scout.isValidLightLevel()) {
//escort for the scout, which can also deal with obstacles //escort for the scout, which can also deal with obstacles
EntityGlyphidDigger digger = new EntityGlyphidDigger(event.world); EntityGlyphidDigger digger = new EntityGlyphidDigger(event.world);