Nyx Integration - TCreopargh/CraftTweakerIntegration GitHub Wiki
Allows to detect lunar events from the nyx mod.
IWorld Expansion
You can call these methods on an IWorld instance.
| Method | Description |
|---|---|
| boolean isBloodMoon() | Returns true if a blood moon is happening |
| boolean isStarShower() | Returns true if a star shower is happening |
| boolean isFullMoon() | Returns true if a full moon is happening |
| boolean isHarvestMoon() | Returns true if a harvest moon is happening |