mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 12:53:32 +08:00
Fix Fabric Minecraft version range
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16",
|
"fabricloader": ">=0.16",
|
||||||
"minecraft": "=>1.20.3 <=1.20.4",
|
"minecraft": ">=1.20.3 <=1.20.4",
|
||||||
"java": ">=17",
|
"java": ">=17",
|
||||||
"fabric": "*"
|
"fabric": "*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user