From aa35318a9b524457d20c01871ee17231e7dc1fe0 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Fri, 19 Jan 2024 12:36:21 +1300 Subject: [PATCH] prep for release (v1.0.0) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bae2a9e..b4c02df 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Weather Changer Banner

-> Warning: This is the v1.0 (next) branch and is still in development. - ## 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 ` @@ -48,8 +48,9 @@ You can download the mod from any of the platforms below. ## Release History -| Branch | Version | MC Version | Mod loaders | Git Tag | CI | Supported | -|--------|---------|---------------|-------------|------------------------------------------------------------------------|-----|-----------| +| Branch | Version | MC Version | Mod loaders | Git Tag | CI | Supported | +|--------|---------|---------------|---------------|------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------| +| main | v1.0.0 | 1.20.1-1.20.4 | fabric, forge | [1.0.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.0.0) | [![Build](https://github.com/Lucaslah/WeatherChanger/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/Lucaslah/WeatherChanger/actions/workflows/release.yml) | Yes | ### Pre-release (v0) versions | Branch | Version | MC Version | Mod loaders | Git Tag | CI | Supported |