Skip to content

Commit 4151ffc

Browse files
committed
0.15.1.0 - Update to PMWeather 0.15.1
- Made 0.15.X.X able to load with any PMWeather 0.15.X version Took 25 minutes
1 parent 4ba31e1 commit 4151ffc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ var generateModMetadata = tasks.register("generateModMetadata", ProcessResources
147147
mod_version : mod_version,
148148
mod_authors : mod_authors,
149149
mod_description : mod_description,
150-
pmweather_version : pmweather_version]
150+
pmweather_version : pmweather_version,
151+
pmweather_version_range: pmweather_version_range]
151152
inputs.properties replaceProperties
152153
expand replaceProperties
153154
from "src/main/templates"

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ parchment_mappings_version=2024.11.17
1717
mod_id=pmweatherapi
1818
mod_name=PMWeatherAPI
1919
mod_license=GNU GPL 3.0
20-
mod_version=0.15.0.0+rc1
20+
mod_version=0.15.1.0
2121
mod_group_id=net.nullved
2222
mod_authors=NullVed
2323
mod_description=An API for interfacing with ProtoManly's Weather Mod
2424

2525
# Dependencies
26-
pmweather_version=0.15.0
26+
pmweather_version=0.15.1
27+
pmweather_version_range=[0.15.0-1.21.1-alpha,0.15.999-1.21.1-alpha)

src/main/templates/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ side = "BOTH"
3838
[[dependencies."${mod_id}"]]
3939
modId = "pmweather"
4040
type = "required"
41-
versionRange = "[${pmweather_version}-${minecraft_version}-alpha]"
41+
versionRange = "${pmweather_version_range}"
4242
ordering = "BEFORE"
4343
side = "BOTH"
4444

0 commit comments

Comments
 (0)