No Chat Reports

No Chat Reports

43M Downloads

Bump Fabric API dependency

Aizistral opened this issue ยท 3 comments

commented

Idea

Bump Fabric API dependency.

Reasoning

No response

Other Information

No response

commented

You're right, I must've looked at the file on a wrong branch or something.

commented

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"
  }
commented

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.
(For context, it's the new name for it since 1.19.2, though "fabric" is still allowed for backwards-compatibility.)