Skip to content

Commit

Permalink
add loom mod info
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Mar 8, 2024
1 parent 008e56b commit 02fc9b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 02fc9b6

Please sign in to comment.