From 7fe8bb366ef69a188d0bfe1c8134201a6a645c3e Mon Sep 17 00:00:00 2001 From: yatsukiko Date: Sat, 13 Feb 2021 19:20:06 +0000 Subject: [PATCH] Update to 1.16.5, bump up version, add credits and similar. --- build.gradle | 4 ++-- gradle.properties | 8 +++----- src/main/resources/META-INF/mods.toml | 8 ++++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 631847f1b0..7e3c49c60f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { } } -version = '1.0' +version = '2.0' group = 'me.jellysquid.mods.sodium' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'sodium-forge' @@ -101,7 +101,7 @@ dependencies { // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.16.4-35.1.13' + minecraft 'net.minecraftforge:forge:1.16.5-36.0.22' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier" diff --git a/gradle.properties b/gradle.properties index ad31b7218c..fadcfdade2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,14 +5,12 @@ org.gradle.daemon=false # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.16.1 -yarn_mappings=1.16.1+build.17 -loader_version=0.8.8+build.202 +minecraft_version=1.16.5 # Mod Properties -mod_version=1.0 +mod_version=2.0 maven_group=me.jellysquid.mods -archives_base_name=sodium-forge +archives_base_name=sodiumolithiumophosphor-forge # If true, third-party mods will be loaded during runtime in the developer run configurations use_third_party_mods = true diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 9854c8e0dd..149d5fae04 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ modId="sodium" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it version="${file.jarVersion}" #mandatory # A display name for the mod -displayName="Soidum" #mandatory +displayName="SodiumoPhosphoroLithium" #mandatory # A URL to query for updates for this mod. See the JSON update specification #updateJSONURL="http://myurl.me/" #optional # A URL for the "homepage" for this mod, displayed in the mod UI @@ -27,9 +27,9 @@ displayURL="https://jellysquid.me" #optional # A file name (in the root of the mod JAR) containing a logo for display logoFile="examplemod.png" #optional # A text field displayed in the mod UI -credits="" #optional +credits="hanetzer" #optional # A text field displayed in the mod UI -authors="JellySquid and Pannoniae" #optional +authors="JellySquid, Pannoniae and somewhat yatsukiko" #optional # The description text for the mod (multi line!) (#mandatory) description=''' Sodium is an free and open-source optimization mod for Minecraft which improves frame rates and reduces lag spikes. @@ -50,6 +50,6 @@ Sodium is an free and open-source optimization mod for Minecraft which improves [[dependencies.examplemod]] modId="minecraft" mandatory=true - versionRange="[1.16.1]" + versionRange="[1.16.5]" ordering="NONE" side="BOTH"