aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2024-07-22 21:16:27 +0900
committershedaniel <daniel@shedaniel.me>2024-07-22 21:16:27 +0900
commitd5427ca36ff2c9e9db85603120c988c5a02de6e4 (patch)
tree3aeb1c9562829ec381026665c8f8cd3047429d8d /settings.gradle
parentb171391cedbf0a0ac820dff075495c9a07045760 (diff)
downloadRoughlyEnoughItems-7.x-1.18.tar.gz
RoughlyEnoughItems-7.x-1.18.tar.bz2
RoughlyEnoughItems-7.x-1.18.zip
Check slots before modification7.x-1.18
Diffstat (limited to 'settings.gradle')
-rwxr-xr-xsettings.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.gradle b/settings.gradle
index be97e596c..1d53ebd9e 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,8 +2,8 @@ pluginManagement {
repositories {
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.fabricmc.net/" }
- maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
+ maven { url "https://files.minecraftforge.net/maven/" }
}
}
@@ -13,7 +13,7 @@ include "api"
include "default-plugin"
include "runtime"
include "fabric"
-include "forge"
+//include "forge"
-include "jei-compatibility-layer"
-include "jei-internals-workaround"
+//include "jei-compatibility-layer"
+//include "jei-internals-workaround"