From b43483c5fac5d107cc3ba198570bde878743e99a Mon Sep 17 00:00:00 2001 From: comp500 Date: Sun, 28 Aug 2022 01:21:09 +0100 Subject: [PATCH] Update to Sodium 0.4.3 (there are no changes) Gotta love fabric.mod.json --- build.gradle | 2 +- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2a40009..464085c 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. - modImplementation "maven.modrinth:sodium:mc1.19-0.4.2" + modImplementation "maven.modrinth:sodium:mc1.19.2-0.4.3" // Transitive dependency of Sodium implementation("org.joml:joml:1.10.2") diff --git a/gradle.properties b/gradle.properties index babca66..862ceee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19 -yarn_mappings=1.19+build.1 -loader_version=0.14.6 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.8 +loader_version=0.14.9 # Mod Properties -mod_version=1.0.7 +mod_version=1.0.8 maven_group=link.infra archives_base_name=indium # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.55.2+1.19 +fabric_version=0.60.0+1.19.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index adef932..3b1e4cf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.8.0", "minecraft": "~1.19", - "sodium": "0.4.2", + "sodium": "0.4.3", "fabric-renderer-api-v1": ">=0.3.0", "fabric-resource-loader-v0": ">=0.4.0" }