Merge pull request #3823 from kosma/fabric/version-lock
fabric: version-lock fabric.mod.json
This commit is contained in:
commit
22d88d3a5c
4 changed files with 4 additions and 4 deletions
|
|
@ -28,6 +28,6 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.12.12",
|
"fabricloader": ">=0.12.12",
|
||||||
"fabric": ">=0.17.0",
|
"fabric": ">=0.17.0",
|
||||||
"minecraft": "1.16.x"
|
"minecraft": ["1.16.4", "1.16.5"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.13.3",
|
"fabricloader": ">=0.13.3",
|
||||||
"fabric": ">=0.47.8",
|
"fabric": ">=0.47.8",
|
||||||
"minecraft": ">=1.18.2"
|
"minecraft": "1.18.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.8",
|
"fabricloader": ">=0.14.8",
|
||||||
"fabric": ">=0.58.5",
|
"fabric": ">=0.58.5",
|
||||||
"minecraft": ">=1.19.1"
|
"minecraft": ["1.19.1", "1.19.2"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.6",
|
"fabricloader": ">=0.14.6",
|
||||||
"fabric": ">=0.55.2",
|
"fabric": ">=0.55.2",
|
||||||
"minecraft": "1.19.x"
|
"minecraft": "1.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue