Merge 1.11

This commit is contained in:
Juuz
2025-08-18 13:04:45 +03:00
164 changed files with 6611 additions and 897 deletions

View File

@@ -8,9 +8,12 @@ vineflower = "1.11.1"
mixin-compile-extensions = "0.6.0"
dev-launch-injector = "0.2.1+build.8"
terminal-console-appender = "1.3.0"
jetbrains-annotations = "25.0.0"
jetbrains-annotations = "26.0.2"
native-support = "1.0.1"
fabric-installer = "1.0.1"
fabric-installer = "1.0.3"
# Debug tools
renderdoc = "1.37"
# Forge Runtime depedencies
javax-annotations = "3.0.2"
@@ -36,6 +39,9 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "j
native-support = { module = "net.fabricmc:fabric-loom-native-support", version.ref = "native-support" }
fabric-installer = { module = "net.fabricmc:fabric-installer", version.ref = "fabric-installer" }
# Debug tools
renderdoc = { module = "org.renderdoc:renderdoc", version.ref = "renderdoc" } # Not a maven dependency
# Forge Runtime depedencies
javax-annotations = { module = "com.google.code.findbugs:jsr305", version.ref = "javax-annotations" }
mixin-remapper-service = { module = "dev.architectury:architectury-mixin-remapper-service", version.ref = "forge-runtime" }