fix remapping

This commit is contained in:
dfsek
2022-07-06 16:42:32 -07:00
parent 7bef490125
commit a1acfef721
4 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ architectury {
}
dependencies {
annotationProcessor("net.fabricmc:sponge-mixin:${Versions.Mod.mixin}")
annotationProcessor("dev.architectury:architectury-loom:${Versions.Mod.architecuryLoom}")
shadedApi(project(":common:implementation:base"))
"forgeRuntimeLibrary"(project(":common:implementation:base"))