aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2019-11-23 17:28:16 +0800
committershedaniel <daniel@shedaniel.me>2019-11-23 17:28:16 +0800
commitf8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd (patch)
tree0a838a2d32528e535117615d440e2b7dd1609efd /build.gradle
parentf1980316ccd614258d98d8b7f906809c12a2c217 (diff)
downloadRoughlyEnoughItems-f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd.tar.gz
RoughlyEnoughItems-f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd.tar.bz2
RoughlyEnoughItems-f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd.zip
3.2.10
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index 220270613..68823b488 100755
--- a/build.gradle
+++ b/build.gradle
@@ -57,10 +57,6 @@ dependencies {
modImplementation("me.shedaniel.cloth:config-2:${cloth_config_version}") {
transitive = false
}
- modApi("me.shedaniel.cloth:fiber2cloth:1.2.1") {
- transitive = false
- }
- modApi "me.zeroeightsix:fiber:0.6.0-7"
modApi("me.sargunvohra.mcmods:autoconfig1u:${project.autoconfig1u}")
if (includeDep) {
include("me.shedaniel.cloth:cloth-events:${cloth_events_version}") {
@@ -69,13 +65,9 @@ dependencies {
include("me.shedaniel.cloth:config-2:${cloth_config_version}") {
transitive = false
}
- include("me.shedaniel.cloth:fiber2cloth:1.2.1") {
- transitive = false
- }
include("me.sargunvohra.mcmods:autoconfig1u:${project.autoconfig1u}") {
transitive = false
}
- include "me.zeroeightsix:fiber:0.6.0-7"
}
modImplementation "io.github.prospector:modmenu:${modmenu_version}"
compile "org.lwjgl:lwjgl-jemalloc:3.2.1"