Augment Issue and Inventory Click Event

Using same augments.yml, augment and augment test items thats given in wiki. https://git.mythiccraft.io/mythiccraft/mythiccrucible/-/wikis/Augments

When I drag the augment to the item, its being implemented, I can cast the gem's skill but the tooltip is not being edited I still see "Empty". Its not being shown as "Filled" so its not being updated on item lore either. It still shows, "Empty gem slot".

I'm receiving this error when I implement augment to the item. https://mclo.gs/QLz6pJV

GEM:
  Enabled: true
  Display: 'Gem'
  Formatting:
    Empty: '<augment.icon> Empty <augment.type> Slot'
    Filled: '<augment.icon> <augment.type>: <augment.tooltip>'
  Icons:
    Empty: '☆'
    Filled: '★'
    Invalid: ''
TestGemSlots:
  Material: NETHERITE_SWORD
  Lore:
    Template: TestTemplate
  AugmentationSlots:
    Type: GEM          
    Amount: 1to2      
    Chance: 1           
    MaxAmount: 3     
TestGem:
  Material: NETHERITE_SCRAP
  Display: '<red>Firey Gem'
  Model: 69420
  Augmentation:
    Type: GEM
    Stats:
    - CRITICAL_STRIKE_CHANCE 0.05 ADDITIVE
    Skills:
    - fireball @targetlocation ~onUse
TestTemplate:
    - '{augments-each:GEM}<augment.display>'