Fruit Trees ๐ŸŠ

Fruit Trees ๐ŸŠ

4M Downloads

Suppress data parsing error by adding fabric dependency flag

MUYUTwilighter opened this issue ยท 0 comments

commented

Mod loader

Fabric

Minecraft version

1.20.1

Mod version

7.2.0

Modloader version

0.15.6

Modpack info

No response

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

No response

Issue description

Add fabric dependency flag into data files created for compatibilities with other mods so that warnings of missing identifiers would be suppressed.

An example of fabric dependency flag:

{
  "fabric:load_conditions": [
    {
      "condition": "fabric:any_mod_loaded",
      "values": [
        "mekanism"
      ]
    }
  ],
  ...
}