Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Issues
  • #244

Closed
Open
Created Dec 06, 2024 by DoctorJohnSmith@DoctorJohnSmith

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"
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking