GregoriousTick is a Minecraft mod designed for Minecraft version 1.7.10. It provides functionality to control the daylight cycle in the game based on player activity. When the last player logs out of the server, the mod stops the daylight cycle. When a player logs in, the daylight cycle is resumed.
'GregoriousTick' is a nod to the GregTech New Horizons (GTNH) modpack, which had an issue with the in-game day counter continuously increasing even when no players were online on a dedicated server. This mod was created to address it.
- Minecraft Forge 1.7.10
- Java Development Kit (JDK) 8
- Automatically stops the daylight cycle when no players are online.
- Resumes the daylight cycle when at least one player is online.
- Clone the repository
- Run the Gradle build command:
.\gradlew build
- The built mod JAR file will be located in
build/libs
Special thanks to Aizistral-Studios for their ForgeWorkspaceSetup. This workspace setup provided an enhanced foundation for Forge 1.7.10 mod development, addressing issues for running Forge on 1.7.10 in 2024, eight years after its release.