diff --git a/gradle.properties b/gradle.properties index 854c213..7897f3b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ org.gradle.daemon=false mc_version=1.19.2 forge_version=43.1.16 -myversion = 1.1.1 \ No newline at end of file +myversion = 1.1.1.1 \ No newline at end of file diff --git a/src/main/java/dev/zontreck/mcmods/configs/WMDClientConfig.java b/src/main/java/dev/zontreck/mcmods/configs/WMDClientConfig.java index 1815a2a..28b3369 100644 --- a/src/main/java/dev/zontreck/mcmods/configs/WMDClientConfig.java +++ b/src/main/java/dev/zontreck/mcmods/configs/WMDClientConfig.java @@ -24,7 +24,7 @@ public class WMDClientConfig { BUILDER.push("Alerts"); - BUILDER.comment("Both of the following lists must have the same number of entries. NOTE: Percents do NOT stack. After the first rule is applied, it will move to the next item, so please make the list ascend, and not descend. Example: 10, 50").define("VERSION", "1.0.0"); + BUILDER.comment("Both of the following lists must have the same number of entries. NOTE: Percents do NOT stack. After the first rule is applied, it will move to the next item, so please make the list ascend, and not descend. Example: 10, 50").define("VERSION", "1.1.1.1"); alertPercents = BUILDER.comment("The list of alerts you want at what percentages of remaining durability").define("Percents", alerts1); alertMessages = BUILDER.comment("The messages you want displayed when a alert is triggered. You must have the same amount of messages as alerts").define("Messages", alerts2); diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 9d2fa71..5ce24e2 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ modId="watchmydurability" #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.1.1" #mandatory +version="1.1.1.1" #mandatory # A display name for the mod displayName="Watch My Durability" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ diff --git a/src/main/resources/assets/watchmydurability/textures/gui/absorb.png b/src/main/resources/assets/watchmydurability/textures/gui/absorb.png index bbb550a..3e338e7 100644 Binary files a/src/main/resources/assets/watchmydurability/textures/gui/absorb.png and b/src/main/resources/assets/watchmydurability/textures/gui/absorb.png differ diff --git a/src/main/resources/assets/watchmydurability/textures/gui/hearts.png b/src/main/resources/assets/watchmydurability/textures/gui/hearts.png index 3c4677d..467781a 100644 Binary files a/src/main/resources/assets/watchmydurability/textures/gui/hearts.png and b/src/main/resources/assets/watchmydurability/textures/gui/hearts.png differ