I am trying to make an item show in the menu without it giving experience. My goals to add all the mythic mobs I have to the source menu but make it so when you kill the mob, it gives the xp via a skill (as shown on wiki)
type: entity
entity: '{key}'
trigger: death
damager: player
menu_item:
material: '{key}_spawn_egg'
sources:
dummy_source:
type: item_consume
item:
material: glass
display_name: Dummy Source
bat:
xp: 1.0
display_name: '&f&lBat'```