From 5fb22fa63c567250d2260f72c6ea181cf537a578 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Tue, 5 Nov 2024 19:34:09 +0100 Subject: [PATCH] Remove iris/sodium from runtime If needing testing can always throw the jars in the mods folder --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 1eacb6da8..73d70c662 100644 --- a/build.gradle +++ b/build.gradle @@ -94,9 +94,6 @@ repositories { includeGroup "curse.maven" } } - maven { - url = "https://api.modrinth.com/maven" - } maven { url = 'https://maven.octo-studios.com/releases' } } @@ -113,8 +110,6 @@ dependencies { localRuntime "curse.maven:jade-324717:5803666" localRuntime "curse.maven:mekanism-268560:5680395" - localRuntime "maven.modrinth:sodium:mc1.21.1-0.6.0-beta.4-neoforge" - localRuntime "curse.maven:irisshaders-455508:5873114" // Immersive Engineering, mainly for compat datagen localRuntime "curse.maven:ie-231951:5828000"