From 9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc Mon Sep 17 00:00:00 2001 From: shedaniel Date: Mon, 26 Oct 2020 10:49:27 +0800 Subject: Favorites Dragging Signed-off-by: shedaniel --- RoughlyEnoughItems-runtime/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'RoughlyEnoughItems-runtime/build.gradle') 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 -- cgit