fix: update to loom 1.7 to fix forge crashing on launch (#12)

This commit also releases Weather Changer v1.2.1
This commit is contained in:
2024-12-16 13:28:39 +13:00
committed by GitHub
parent 37645401e3
commit ac040b84cd
3 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,8 @@ You can download the mod from any of the platforms below.
## Release History
| Version | MC Version | Mod loaders | Git Tag | Supported |
|---------|---------------|---------------|------------------------------------------------------------------------|-----------|
| v1.2.0 | 1.21 | fabric | [1.2.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.2.0) | Yes |
| v1.2.1 | 1.21 | fabric,forge | [1.2.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.2.0) | Yes |
| v1.2.0 | 1.21 | fabric | [1.2.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.2.0) | No |
| v1.1.0 | 1.21 | fabric | [1.1.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.1.0) | No |
| v1.0.1 | 1.20.1-1.20.6 | fabric, forge | [1.0.1](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.0.1) | Yes |
| v1.0.0 | 1.20.1-1.20.4 | fabric, forge | [1.0.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.0.0) | No |

View File

@@ -3,7 +3,7 @@ import net.fabricmc.loom.task.RemapSourcesJarTask
plugins {
id("architectury-plugin") version "3.4.+"
id ("dev.architectury.loom") version "1.6.+" apply false
id ("dev.architectury.loom") version "1.7.+" apply false
}
architectury {

View File

@@ -13,7 +13,7 @@ yarn_mappings=1.21+build.7
enabled_platforms=fabric,forge
# Mod Properties
mod_version = 1.2.0
mod_version = 1.2.1
mod_id = weatherchanger
maven_group = me.lucaslah.weatherchanger
archives_base_name = weather-changer