aboutsummaryrefslogtreecommitdiff
path: root/api/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2024-08-14 19:24:17 +0900
committershedaniel <daniel@shedaniel.me>2024-08-14 19:24:17 +0900
commit90af6e03bcf45b0c13d5b7af51126bd2fc7389a5 (patch)
tree3b70db4da3c1afec577dce579cce1f9180e0f712 /api/build.gradle
parenta0e666f6656cdad355b3038f6696aef2dc943ab6 (diff)
downloadRoughlyEnoughItems-90af6e03bcf45b0c13d5b7af51126bd2fc7389a5.tar.gz
RoughlyEnoughItems-90af6e03bcf45b0c13d5b7af51126bd2fc7389a5.tar.bz2
RoughlyEnoughItems-90af6e03bcf45b0c13d5b7af51126bd2fc7389a5.zip
Fix #1666
Diffstat (limited to 'api/build.gradle')
-rw-r--r--api/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/build.gradle b/api/build.gradle
index 6c428a7d2..b0eeca7df 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -2,6 +2,10 @@ import net.fabricmc.loom.task.RemapJarTask
archivesBaseName = rootProject.name + "-" + project.name
+loom {
+ accessWidenerPath = gradle.rootProject.project("fabric").file("src/main/resources/roughlyenoughitems.accessWidener")
+}
+
dependencies {
modCompileOnly("net.fabricmc:fabric-loader:${project.fabricloader_version}")
modApi("me.shedaniel.cloth:cloth-config:${cloth_config_version}")