mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-03 03:57:50 +00:00
65 lines
3.1 KiB
Markdown
65 lines
3.1 KiB
Markdown
<!-- modrinth_exclude.start -->
|
|
|
|
<!--suppress HtmlDeprecatedAttribute -->
|
|
<p align="center" style="display: block;margin-left: auto;margin-right: auto;margin-bottom: 0">
|
|
<img src="assets/logo-242x242.png" alt="Weather Changer Logo"/>
|
|
</p>
|
|
|
|
<h1 align="center" style="margin-top: 0;margin-bottom: 0">Weather Changer</h1>
|
|
<p align="center" style="margin-top: 0;">Client side weather change for Minecraft</p>
|
|
|
|
<p align="center"><a href="https://www.curseforge.com/minecraft/mc-mods/weather-changer"><img src="https://cf.way2muchnoise.eu/full_682513_downloads.svg" alt="curseforge-downloads"></a>
|
|
<a href="https://modrinth.com/mod/weather-changer"><img src="https://img.shields.io/modrinth/dt/nhSHTGyl?logo=Modrinth" alt="modrinth-downloads"></a></p>
|
|
|
|
<p align="center" style="display: block;margin: 0 auto;">
|
|
<img src="assets/banner.png" alt="Weather Changer Banner"/>
|
|
</p>
|
|
|
|
<!-- modrinth_exclude.end -->
|
|
|
|
## Overview
|
|
Changes the weather on client side (only visible to you) to clear, rain, or thunder, this mod does not affect the server or send any packets to the server.
|
|
|
|
Supports forge and fabric, requires the [Fabric API](https://modrinth.com/mod/P7dR8mSH) when using fabric
|
|
|
|
### In-Game Command Usage
|
|
`/clientweather <off | clear | rain | thunder>`
|
|
|
|
The command alias `/cweather` may also be used as a shortcut.
|
|
|
|
### Keybindings
|
|
If you would like to set the keybindings, you can do so in the minecraft keybinding settings.
|
|
|
|
| Description | Default |
|
|
|----------------------------------------------------------------------------------|---------|
|
|
| Disable the client weather (weather will display the server weather like normal) | Unbound |
|
|
| Set the client weather mod to clear | Unbound |
|
|
| Set the client weather mod to rain | Unbound |
|
|
| Set the client weather mod to thunder | Unbound |
|
|
|
|
<!-- modrinth_exclude.start -->
|
|
|
|
## Download
|
|
You can download the mod from any of the platforms below.
|
|
|
|
**Curseforge**: https://www.curseforge.com/minecraft/mc-mods/weather-changer <br>
|
|
**Modrinth**: https://modrinth.com/mod/weather-changer <br>
|
|
**GitHub Releases:** https://github.com/Lucaslah/WeatherChanger/releases <br>
|
|
|
|
<!-- modrinth_exclude.end -->
|
|
|
|
## Supported Versions
|
|
|
|
Supported versions may receive bug fixes,
|
|
older Minecraft versions may work with older
|
|
Weather Changer versions, but are not supported.
|
|
|
|
See the [GitHub releases](https://github.com/Lucaslah/WeatherChanger/releases) page for full release history.
|
|
|
|
| Weather Changer Version | Minecraft Version | Mod loaders | Latest Release |
|
|
|-------------------------|-------------------|---------------|------------------------------------------------------------------------|
|
|
| v1.2.x | 1.21-1.21.10 | Fabric, Forge | [1.2.2](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.2.2) |
|
|
|
|
------------------------------------------
|
|
*Licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) license.*
|