An open API service indexing awesome lists of open source software.

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.

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!