Don't do weather.

This commit is contained in:
TadahTech 2016-07-18 22:13:32 -05:00
parent 36f2873e15
commit ce4289fa00
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class EventModule extends Module
world.setTime(8000);
}
_updated.add(world);
world.setStorm(false);
world.setGameRuleValue("doDaylightCycle", "false");
}
}