Oh The Biomes You'll Go Refabricated

Oh The Biomes You'll Go Refabricated

11M Downloads

[No issue] Required dependency is not marked as required.

K0-RR opened this issue ยท 0 comments

commented

Judging by the jars section in the fabric.mod.json file mods Auto Config Updated API, Cloth Config API, and ZoesteriaConfig are required but they aren't mentioned in the depends section.

  "depends": {
    "fabricloader": "*",
    "fabric": "*",
    "minecraft": "\u003e\u003d1.16.3"
  },
  "suggests": {
    "flamingo": "*"
  },

...

  "jars": [
    {
      "file": "META-INF/jars/autoconfig1u-3.3.1.jar"
    },
    {
      "file": "META-INF/jars/config-2-4.8.3.jar"
    },
    {
      "file": "META-INF/jars/ZoesteriaConfig-1.3.2.jar"
    }
  ]

Also, the suggests could be removed.