feat: 1.20 port

This commit is contained in:
2025-09-01 01:43:22 +08:00
commit 62eee93fea
27 changed files with 1137 additions and 0 deletions

11
common/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
architectury {
common rootProject.enabled_platforms.split(',')
}
dependencies {
// We depend on Fabric Loader here to use the Fabric @Environment annotations,
// which get remapped to the correct annotations on each platform.
// Do NOT use other classes from Fabric Loader.
modImplementation "net.fabricmc:fabric-loader:$rootProject.fabric_loader_version"
compileOnly("com.mojang:authlib:4.0.43")
}