Skip to content

Commit 4da32a5

Browse files
committed
v0.16.3.0-rc1 - PMWeather 0.16.3 Update
- Update to PMWeather 0.16.3 Took 39 minutes
1 parent 6dcc6a5 commit 4da32a5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org.gradle.jvmargs=-Xmx8G -XX:+UseCompressedOops
1+
org.gradle.jvmargs=-Xmx2G
22
org.gradle.daemon=true
33
org.gradle.parallel=true
44
org.gradle.caching=true
@@ -17,14 +17,14 @@ 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.16.2.0-rc2
20+
mod_version=0.16.3.0-rc1
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.16.2
27-
pmweather_version_range=[0.16.2,0.16.3)
26+
pmweather_version=0.16.3
27+
pmweather_version_range=[0.16.3,0.16.4)
2828

2929
compat.pmshaders=false
3030
pmshaders_version=1.0.2

src/main/java/net/nullved/pmweatherapi/PMWeatherAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public PMWeatherAPI(IEventBus modEventBus, ModContainer modContainer) {
4545
modEventBus.addListener(this::clientSetup);
4646
modEventBus.addListener(this::registerPayloads);
4747

48-
AddonHelper.registerAddon(new AddonInfo(modContainer, List.of("0.16.2")));
48+
AddonHelper.registerAddon(new AddonInfo(modContainer, List.of("0.16.3")));
4949

5050
LOGGER.info("Initialized PMWAPI");
5151

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ issueTrackerURL="https://github.com/RealDarkStudios/PMWeatherAPI/issues" #option
77
modId = "${mod_id}" #mandatory
88
version = "${mod_version}" #mandatory
99
displayName = "${mod_name}" #mandatory
10-
# The JSON Updates will currently fail because the modrinth project does not exist
1110
updateJSONURL="https://api.modrinth.com/updates/pmweatherapi/forge_updates.json" #optional
1211
displayURL="https://github.com/RealDarkStudios/PMWeatherAPI/" #optional
1312
logoFile="logo.png" #optional

0 commit comments

Comments
 (0)