Skip to content

Commit

Permalink
Update to 1.16.5, bump up version, add credits and similar.
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukiko authored and yatsukiko committed Feb 13, 2021
1 parent 18d07a2 commit 7fe8bb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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"
Expand Down
8 changes: 3 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ 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 <here>
#updateJSONURL="http://myurl.me/" #optional
# A URL for the "homepage" for this mod, displayed in the mod UI
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.
Expand All @@ -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"

0 comments on commit 7fe8bb3

Please sign in to comment.