mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 02:27:55 +01:00
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:
parent
24ecd0f72c
commit
a39e00ac0f
@ -1,4 +1,4 @@
|
|||||||
minecraft_version=1.19-pre3
|
minecraft_version=1.19
|
||||||
yarn_mappings=1.19-pre3+build.4
|
yarn_mappings=1.19+build.1
|
||||||
loader_version=0.14.6
|
loader_version=0.14.6
|
||||||
fabric_version=0.53.4+1.19
|
fabric_version=0.55.2+1.19
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "org.dynmap.fabric_1_19.mixin",
|
"package": "org.dynmap.fabric_1_19.mixin",
|
||||||
"compatibilityLevel": "JAVA_16",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"BiomeEffectsAccessor",
|
"BiomeEffectsAccessor",
|
||||||
"MinecraftServerMixin",
|
"MinecraftServerMixin",
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.6",
|
"fabricloader": ">=0.14.6",
|
||||||
"fabric": ">=0.53.4",
|
"fabric": ">=0.55.2",
|
||||||
"minecraft": "1.19.x"
|
"minecraft": "1.19.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user