Required dependency is not marked as required.

Issue #13 closed
Radek Raczkowski created an issue

File fabric.mod.json doesn’t mention Cloth Config API in the
"depends": {
"fabricloader": "\u003e\u003d0.7.4",
"fabric": "\u003e\u003d0.26.0",
"minecraft": "1.16.x"
}
section.

Comments (4)

  1. Radek Raczkowski reporter

    This is not invalid in any way, I agree that mentioning cloth config there is not a requirement when you are JiJ it but technically speaking it still should be done. For example, if I would be doing a modpack I would remove the cloth from every Jar archive because it is commonly included and weighs too much. For a bigger modpack this is like a 50MB less in size.

    Also in recent commits, you updated the Gradle wrapper version to 7.0.2 and the latest release is 7.2 (7.3 is close with support for JDK 17).

  2. André Schweiger repo owner
    • changed status to open

    Ok, I can understand that usecase. (I’m going to update Gradle again only once JDK 17 drops)

  3. Log in to comment