diff options
Diffstat (limited to 'runtime')
114 files changed, 18172 insertions, 0 deletions
diff --git a/runtime/build.gradle b/runtime/build.gradle new file mode 100644 index 000000000..d7264220b --- /dev/null +++ b/runtime/build.gradle @@ -0,0 +1,14 @@ +archivesBaseName = "runtime" + +repositories { + maven { url "https://mod-buildcraft.com/maven" } +} + +loom { + accessWidener = file("src/main/resources/roughlyenoughitems-runtime.accessWidener") +} + +dependencies { + compile project(path: ":api", configuration: "dev") + modCompileOnly("al |
