LevelZ

LevelZ

3M Downloads

[Request] Multiple restrictions

MJRamon opened this issue ยท 0 comments

commented

Make sure you are not opening a duplicate.

  • I have searched the issue tracker and did not find an issue describing my bug/feature.

Description of your suggestion.

I noticed that if I add an item to, let's say:

  "magic_15": {
    "replace": false,
    "skills": {
      "magic": 15
    },
    "items": [
      "jewelry:unique_attack_ring"
    ]
    }
  },
  "melee_15": {
    "replace": false,
    "skills": {
      "melee": 15
    },
    "blocks": [],
    "crafting": [],
    "entities": [],
    "items": [
      "jewelry:unique_attack_ring"
    ],
    "mining": []
  },
  "defense_15": {
    "replace": false,
    "skills": {
      "defense": 15
    },
    "blocks": [],
    "crafting": [],
    "entities": [],
    "items": [
      "jewelry:unique_attack_ring"
    ],
    "mining": []
  },

Only one restriction is being applied. Can we have support for every restriction to be respected?