Zenith

Zenith

3M Downloads

Disabling

Paxx3 opened this issue ยท 3 comments

commented

Is there a way to disable some enchants or whatever it is called like step hight, giving extra health, swim speed, mining speed etc. on items or gems? I cannot understand the files on config.

commented

Make a datapack for it, as muon said

commented

Replacing the affix you want with a json file with just

{
 "fabric:load_conditions": [
    {
      "condition": "fabric:not",
      "value": {
        "condition": "fabric:all_mods_loaded",
        "values": [
          "zenith"
        ]
      }
    }
  ]
}

should work

fabric doesnt have a false condition annoyingly lol