Items with Augments can't be used in smithing tables

Per title, items with augment slots can't be used in smithing tables, even if slots are empty. I could see options of consume installed augments, require removing augments, drop installed augments, or pass installed augments onto the resulting item as options.

m_diamond_helmet:
  Id: Diamond_Helmet
  ItemUpdater:
    Version: 0                
    PreserveStatRatio: true 
  Display: 'Diamond Helmet'
  Equippable:
    Model: minecraft:diamond
    Slot: HEAD
  EquipSlot: HEAD
  Options:
    ItemModel: minecraft:diamond_helmet
    MaxDurability: 363
  Lore:
  - '{augments-each:Helmet_Cosmetic}<augment.display>'
  - '{augments-each:Slot_Upgrade}<augment.display>'
  Recipes:
   SHAPED:
    Type: SHAPED
    Amount: 1
    Ingredients:
    - DIAMOND | DIAMOND | DIAMOND
    - DIAMOND | AIR | DIAMOND
    - AIR | AIR | AIR
  AugmentationSlots:
  - Type: Helmet_Cosmetic
    Amount: 1
  - Type: Slot_Upgrade
    Amount: 2
m_netherite_helmet:
  Id: Netherite_Helmet
  ItemUpdater:
    Version: 0                
    PreserveStatRatio: true 
  Display: 'Netherite Helmet'
  Equippable:
    Model: minecraft:netherite
    Slot: HEAD
  EquipSlot: HEAD
  Options:
    ItemModel: minecraft:netherite_helmet
    MaxDurability: 407
  Lore:
  - '{augments-each:Helmet_Cosmetic}<augment.display>'
  - '{augments-each:Slot_Upgrade}<augment.display>'
  Recipes:
    UPGRADE:
      Type: SMITHING
      Template: netherite_upgrade_smithing_template
      BaseItem: m_diamond_helmet
      Ingredient: netherite_ingot
  AugmentationSlots:
  - Type: Helmet_Cosmetic
    Amount: 1
  - Type: Slot_Upgrade
    Amount: 2
Assignee Loading
Time tracking Loading