4 Commits
1.2.0 ... 1.2.2

Author SHA1 Message Date
0e4c5e1036 Fix issue with refmap naming (#14)
* Fix issue with refmap naming

* Update README
2025-06-20 14:42:20 +12:00
99f504b9ca docs: fix release tag link for v1.2.1 2024-12-16 13:40:40 +13:00
ac040b84cd fix: update to loom 1.7 to fix forge crashing on launch (#12)
This commit also releases Weather Changer v1.2.1
2024-12-16 13:28:39 +13:00
37645401e3 docs: add version 1.2.0 to README 2024-10-21 19:28:44 +13:00
8 changed files with 14 additions and 6 deletions

Binary file not shown.

View File

@@ -53,7 +53,10 @@ You can download the mod from any of the platforms below.
## Release History
| Version | MC Version | Mod loaders | Git Tag | Supported |
|---------|---------------|---------------|------------------------------------------------------------------------|-----------|
| v1.1.0 | 1.21 | fabric | [1.1.0](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.1.0) | Yes |
| v1.2.2 | 1.21 | fabric, forge | [1.2.2](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.2.2) | Yes |
| v1.2.1 | 1.21 | fabric, forge | [1.2.1](https://github.com/Lucaslah/WeatherChanger/releases/tag/1.2.1) | 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,11 +3,10 @@ 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 {
injectInjectables = false
minecraft = properties["minecraft_version"].toString()
}
@@ -23,7 +22,7 @@ subprojects {
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
options.release.set(17)
options.release.set(21)
}
tasks.withType<Jar> {

View File

@@ -1,4 +1,5 @@
architectury {
injectInjectables = false
common(rootProject.property("enabled_platforms").toString().split(","))
}

View File

@@ -10,5 +10,6 @@
],
"injectors": {
"defaultRequire": 1
}
},
"refmap": "weatherchanger-common-common-refmap.json"
}

View File

@@ -55,6 +55,8 @@ tasks {
rename { "assets/weatherchanger/icon.png" }
}
rename("common-common-refmap.json", "weatherchanger-common-common-refmap.json")
dependsOn(":common:transformProductionFabric")
from({

View File

@@ -62,6 +62,8 @@ tasks {
rename { "icon.png" }
}
rename("common-common-refmap.json", "weatherchanger-common-common-refmap.json")
dependsOn(":common:transformProductionForge")
from({

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.2
mod_id = weatherchanger
maven_group = me.lucaslah.weatherchanger
archives_base_name = weather-changer