Bug Open

Hasitem condition not working

#6792 opened by Unknown 8 months ago

Unknownreported this bug

Hello, the hasitem condition is currently not working (i'm using MythicAchievementsPremium-1.1.0-SNAPSHOT45)

you can check with one of the example on the wiki

GETTING_RICH:
  Display: 'Getting Rich'
  Description: 'Have a stack of Gold Blocks in your inventory.'
  Category: MYTHIC_ACHIEVEMENTS
  Frame: CHALLENGE
  Icon:
    Material: GOLD_BLOCK
  Criteria:
    BONED:
      Type: CONDITIONAL
      CheckInterval: 100
      Conditions:
      - hasitem{i=GOLD_BLOCK;amount=64} true
  Reward:
    Skills:
    # item can be a mythic item
    - drop{i=SmallFortune}

Using AdvancedEnchantments-9.22.6, MythicMobs-5.11.1-SNAPSHOT5596, MythicCrucible-2.2.0-SNAPSHOT4062

Sign in to join the discussion.