https://github.com/midnash/rtw
A Minecraft Fabric mod that synchronizes in-game time, weather, and moon phases with real-world data. Includes a configurable client-side settings screen and supports modpack inclusion.
https://github.com/midnash/rtw
fabric fabricmc fabricmc-mod minecraft minecraft-mod modpack
Last synced: 24 days ago
JSON representation
A Minecraft Fabric mod that synchronizes in-game time, weather, and moon phases with real-world data. Includes a configurable client-side settings screen and supports modpack inclusion.
- Host: GitHub
- URL: https://github.com/midnash/rtw
- Owner: midnash
- License: other
- Created: 2026-03-03T00:37:45.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-04-02T04:37:02.000Z (25 days ago)
- Last Synced: 2026-04-02T17:30:04.227Z (25 days ago)
- Topics: fabric, fabricmc, fabricmc-mod, minecraft, minecraft-mod, modpack
- Language: Java
- Homepage: https://lrr.sh/rtw
- Size: 196 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# RealTimeWorld
A Minecraft Fabric mod that synchronizes in-game time, weather, and moon phases with real-world data. Includes a configurable client-side settings screen and supports modpack inclusion.
## Features
- Real-time day/night cycle
- Real-world moon phases
- Weather synced to real-world time
- Configurable via Cloth Config
- Mod Menu integration
## Installation
1. Download the latest release from the [GitHub Releases](https://github.com/midnash/rtw/releases).
2. Place the JAR file in your Minecraft `mods` folder.
3. Requires Fabric Loader and Fabric API.
## Configuration
- In-game config screen via Mod Menu
- Options: Lock Time, Sync Weather, Sync Light, Rain/Thunder chances
## Building
```sh
./gradlew build
```
The output JAR will be in `build/libs/`.
## License
MIT License. See LICENSE.txt.
## Modpack Permissions
You may include this mod in modpacks. Redistribution and modification are allowed under the MIT License.
## Contributing
Pull requests and issues are welcome!