diff --git a/build.gradle b/build.gradle index 99ed8c3d..ee9dfac5 100644 --- a/build.gradle +++ b/build.gradle @@ -120,8 +120,8 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - if (false) { - modImplementation "maven.modrinth:sodium:mc1.21.11-0.8.1-fabric" + if (true) { + modImplementation "maven.modrinth:sodium:mc1.21.11-0.8.2-fabric" } else { modImplementation "net.caffeinemc:sodium-fabric:0.8.2-SNAPSHOT+mc1.21.11+" } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2d3c3dab..d659b2ed 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,7 +41,7 @@ "minecraft": ["1.21.11"], "fabricloader": ">=0.14.22", "fabric-api": ">=0.91.1", - "sodium": "=0.8.1" + "sodium": "=0.8.2" }, "accessWidener": "voxy.accesswidener" }