diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-10-26 10:49:27 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-10-29 14:02:27 +0800 |
| commit | 9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc (patch) | |
| tree | b4db2569bc4a90d7bb835ff451fe5e11e86e8968 /RoughlyEnoughItems-runtime/build.gradle | |
| parent | b7f8fc61dcaa6d202809651d46cf0946b63beef7 (diff) | |
| download | RoughlyEnoughItems-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.gradle | 5 |
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 |
