fabric-1.19: rename 1.18.2 -> 1.19

This commit is contained in:
Kosma Moczek 2022-05-19 17:15:49 +02:00
parent d687bd3574
commit 061c5ffc6a
36 changed files with 67 additions and 67 deletions

View file

@ -1,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.dynmap.fabric_1_18_2.mixin",
"package": "org.dynmap.fabric_1_19.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"BiomeEffectsAccessor",

View file

@ -18,7 +18,7 @@
"environment": "*",
"entrypoints": {
"main": [
"org.dynmap.fabric_1_18_2.DynmapMod"
"org.dynmap.fabric_1_19.DynmapMod"
]
},
"mixins": [
@ -28,6 +28,6 @@
"depends": {
"fabricloader": ">=0.13.3",
"fabric": ">=0.47.8",
"minecraft": ">=1.18.2"
"minecraft": "1.19.x"
}
}