From 6e3dc2c08e008ac8c93c4ceb58ad818cfbbecef3 Mon Sep 17 00:00:00 2001 From: FengMing <83573615+3093FengMing@users.noreply.github.com> Date: Sat, 22 Apr 2023 21:55:31 +0800 Subject: [PATCH] w1.2.9 --- build.gradle | 2 +- src/main/resources/META-INF/mods.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8bf0976..ff26ae1 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'org.spongepowered.mixin' apply plugin: 'org.parchmentmc.librarian.forgegradle' -version = 'forge-1.2.8+1.18.2' +version = 'forge-1.2.9+1.18.2' group = 'me.fengming.vaultpatcher' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'vaultpatcher' diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 90613e7..f95d0a8 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -20,7 +20,7 @@ modId = "vaultpatcher" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it # ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata # see the associated build.gradle script for how to populate this completely automatically during a build -version = "1.2.8+1.18.2" #mandatory +version = "1.2.9+1.18.2" #mandatory # A display name for the mod displayName = "Vault Patcher" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ @@ -50,6 +50,6 @@ side = "BOTH" modId = "minecraft" mandatory = true # This version range declares a minimum of the current minecraft version up to but not including the next major version -versionRange = "[1.18.2,1.19.3)" +versionRange = "[1.18.2,1.19.4)" ordering = "NONE" side = "BOTH"