mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Fix Loom 1.0 removals (#348)
* Replace loom.forge.localMods with loom.mods * Replace javax annotations with jetbrains [norelease]
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user