fabric & neoforge stable 1.3.1+1.21.11
All checks were successful
Build and Artifact / build (push) Successful in 2m46s

This commit is contained in:
2026-01-07 18:03:13 -06:00
parent 5218221bf8
commit 512e480c9b
169 changed files with 402 additions and 135 deletions

View File

@@ -2,6 +2,15 @@ architectury {
common rootProject.enabled_platforms.split(',')
}
sourceSets {
main {
resources {
srcDir 'src/main/generated'
}
}
}
dependencies {
// We depend on Fabric Loader here to use the Fabric @Environment annotations,
// which get remapped to the correct annotations on each platform.