ScriptCraft

ScriptCraft

14.6k Downloads

YPGPM and CanaryMod: monster config not working as advertised

carlrobert opened this issue ยท 1 comments

commented

These three need updating. If I find the solution, I'll be back with a pull request.
/js self.location.world.allowMonsters
/js self.location.world.allowMonsters = true
/js self.location.world.setSpawnFlags(false, true)

(spawn-monsters=true mentioned in the CanaryMod config docs)

commented

Changed this section to use world.raining instead.