fabric-1.19: update to 1.19 release

Apply suggestions from code review

Co-authored-by: ThalusA <15985204+ThalusA@users.noreply.github.com>
This commit is contained in:
Kosma Moczek 2022-06-07 23:42:15 +02:00 committed by GitHub
parent 24ecd0f72c
commit a39e00ac0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
minecraft_version=1.19-pre3
yarn_mappings=1.19-pre3+build.4
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
fabric_version=0.53.4+1.19
fabric_version=0.55.2+1.19

View File

@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "org.dynmap.fabric_1_19.mixin",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BiomeEffectsAccessor",
"MinecraftServerMixin",

View File

@ -27,7 +27,7 @@
"depends": {
"fabricloader": ">=0.14.6",
"fabric": ">=0.53.4",
"fabric": ">=0.55.2",
"minecraft": "1.19.x"
}
}