From 4a074d9768bffb18a4df1556e42490c2b1a05ea7 Mon Sep 17 00:00:00 2001 From: Micle Date: Thu, 3 Nov 2022 17:48:45 +0000 Subject: [PATCH] Started updating to 1.18.2-2.0.2: - Changed archivesBaseName. - Updated mcVersion to 1.18.2. - Updated buildVersion to 2.0.2. - Updated forgeVersion to 40.1.84. - Added logo file to mod. - Updated mods.toml to reflect new forge version and logo file. --- gradle.properties | 8 ++++---- src/main/resources/META-INF/mods.toml | 8 ++++---- src/main/resources/logo.jpg | 3 +++ 3 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 src/main/resources/logo.jpg diff --git a/gradle.properties b/gradle.properties index 0c1942c..2258457 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false group = dev.micle -archivesBaseName = TotemOfReviving-Forge +archivesBaseName = micles-totem-of-reviving-forge modID = totemofreviving name = Micle's Totem of Reviving author = Micle -buildVersion = 2.0.1 -mcVersion = 1.18.1 -forgeVersion = 39.0.44 +buildVersion = 2.0.2 +mcVersion = 1.18.2 +forgeVersion = 40.1.84 jeiVersion = 9.+ diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 24f6e64..67c1d5b 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -6,7 +6,7 @@ # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml modLoader = "javafml" #mandatory # A version range to match for said mod loader - for regular FML @Mod it will be the forge version -loaderVersion = "[39,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. +loaderVersion = "[40,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. # The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. license = "All Rights Reserved" @@ -27,7 +27,7 @@ displayName = "Micle's Totem of Reviving" #mandatory # A URL for the "homepage" for this mod, displayed in the mod UI #displayURL="http://example.com/" #optional # A file name (in the root of the mod JAR) containing a logo for display -#logoFile="totemofreviving.png" #optional +logoFile="logo.jpg" #optional # A text field displayed in the mod UI #credits="Thanks for this example mod goes to Java" #optional # A text field displayed in the mod UI @@ -43,7 +43,7 @@ Mod for reviving players in a hardcore world. # Does this dependency have to exist - if not, ordering below must be specified mandatory = true #mandatory # The version range of the dependency - versionRange = "[39,)" #mandatory + versionRange = "[40,)" #mandatory # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory ordering = "NONE" # Side this dependency is applied on - BOTH, CLIENT or SERVER @@ -53,6 +53,6 @@ Mod for reviving players in a hardcore world. 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.1,1.19)" + versionRange = "[1.18.2,1.19)" ordering = "NONE" side = "BOTH" diff --git a/src/main/resources/logo.jpg b/src/main/resources/logo.jpg new file mode 100644 index 0000000..4c8194d --- /dev/null +++ b/src/main/resources/logo.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07adc0be82fcab337853c63d58d77ca86c1e55c7e1ea9d9ee08ba30e3411a1c3 +size 100332