ReplaceEquipModel Augment not working
Applying augment to item does not change the equip model. It does change the item model. I've been using this command "data get entity @s SelectedItem.components" to check the resulting item components. The ItemModel does change after the augment is applied, but the equippablee one does not. There are no errors in the console, and nothing in the debug either.
Base item
elytra_cape:
Id: STICK
Display: 'Base Elytra Cape'
Equippable:
Model: minecraft:elytra
Slot: CHEST
Options:
ItemModel: minecraft:elytra
Lore:
- "WARNING: DOES NOT FLY"
Enchantments:
AugmentationSlots:
- Type: Elytra_Cosmetic
Amount: 1
Augment item
test_elytra_cosmetic:
Material: CLAY_BALL
Display: 'Test Elytra Cosmetic'
Augmentation:
Type: Elytra_Cosmetic
ReplaceEquipModel: djs:elytra/test_elytra
ReplaceItemModel: djs:elytra/test_elytra
Test item to confirm that equip model and item model from resource pack display correctly
test_elytra_cape:
Id: STICK
Display: 'Test Elytra Cape'
Equippable:
Model: djs:elytra/test_elytra
Slot: CHEST
Options:
ItemModel: djs:elytra/test_elytra
Lore:
- "WARNING: DOES NOT FLY"