mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
commit
4cd53def61
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user