aboutsummaryrefslogtreecommitdiff
path: root/RoughlyEnoughItems-runtime/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-10-26 10:49:27 +0800
committershedaniel <daniel@shedaniel.me>2020-10-29 14:02:27 +0800
commit9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc (patch)
treeb4db2569bc4a90d7bb835ff451fe5e11e86e8968 /RoughlyEnoughItems-runtime/build.gradle
parentb7f8fc61dcaa6d202809651d46cf0946b63beef7 (diff)
downloadRoughlyEnoughItems-9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc.tar.gz
RoughlyEnoughItems-9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc.tar.bz2
RoughlyEnoughItems-9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc.zip
Favorites Dragging
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'RoughlyEnoughItems-runtime/build.gradle')
-rw-r--r--RoughlyEnoughItems-runtime/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/RoughlyEnoughItems-runtime/build.gradle b/RoughlyEnoughItems-runtime/build.gradle
index 2fcc093d6..870d044d0 100644
--- a/RoughlyEnoughItems-runtime/build.gradle
+++ b/RoughlyEnoughItems-runtime/build.gradle
@@ -1,9 +1,14 @@
archivesBaseName = "RoughlyEnoughItems-runtime"
+repositories {
+ maven { url "https://mod-buildcraft.com/maven" }
+}
+
loom {
accessWidener = file("src/main/resources/roughlyenoughitems-runtime.accessWidener")
}
dependencies {
compile project(path: ':RoughlyEnoughItems-api', configuration: 'dev')
+ modCompileOnly("alexiil.mc.lib:libblockattributes-fluids:0.8.3-pre.3")
} \ No newline at end of file