Bump Fabric API dependency
Aizistral opened this issue ยท 3 comments
Idea
Bump Fabric API dependency.
Reasoning
No response
Other Information
No response
We could now also change "fabric" to "fabric-api" for clarity in fabric.mod.json, even though it doesn't really matter if the required part is bundled anyway.
We do not depend on Fabric API directly since #135 was merged, there's now a specific list of modules listed as dependencies:
"depends": {
"fabricloader": ">=0.14.6",
"fabric-networking-api-v1": "*",
"fabric-screen-api-v1": "*",
"fabric-rendering-v1": "*",
"fabric-resource-loader-v0": "*",
"minecraft": [ "=1.19.1", "=1.19.2" ],
"java": ">=17"
}