From 02fc9b6bc11cc20341e93c97dccb5f594117a2a8 Mon Sep 17 00:00:00 2001 From: Up Date: Fri, 8 Mar 2024 14:07:00 +0100 Subject: [PATCH] add loom mod info --- build.gradle | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 827351d..fae2fd9 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,14 @@ dependencies { } loom { - accessWidenerPath = file("src/main/resources/arcanuscontinuum.accesswidener") + mods { + "arcanuscontinuum" { + // Tell Loom about each source set used by your mod here. This ensures that your mod's classes are properly transformed by Loader. + sourceSet("main") + } + } + + accessWidenerPath.set(project.file("src/main/resources/arcanuscontinuum.accesswidener")) } processResources {