Fix Loom 1.0 removals (#348)

* Replace loom.forge.localMods with loom.mods

* Replace javax annotations with jetbrains

[norelease]
This commit is contained in:
Juuz
2022-11-20 01:33:48 +02:00
committed by GitHub
parent d84e6dc3f9
commit ec9cb04ebc
7 changed files with 17 additions and 17 deletions

View File

@@ -6,14 +6,14 @@ plugins {
loom {
accessWidenerPath = project(":common").loom.accessWidenerPath
mods {
forge {
sourceSet project(":forge").sourceSets.main
}
}
forge {
mixinConfig "architectury.mixins.json"
localMods {
forge {
it.add(project(":forge").sourceSets.main)
}
}
}
}