You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using goat_horn as the base item, you currently can't change the default instrument sound. Adding playSound to an itemRightClick action plays item.goat_horn.sound.0 plus whatever sound is added through playSound. Using paper as the base item prevents the sound/instrument from being shown in the item tooltip. Adding an item instrument tag would solve both of these problems.
We also discussed potentially directly transforming the item syntax to json and creating vanilla items this way, however I think it's potentially worth maintaining feature by feature to keep the configs cleaner. Worth investigating.
0ffz
changed the title
Allow setting item instrument tag.
feat(SerializableItemStack): Allow setting item instrument tag.
Jan 28, 2025
When using goat_horn as the base item, you currently can't change the default instrument sound. Adding playSound to an itemRightClick action plays item.goat_horn.sound.0 plus whatever sound is added through playSound. Using paper as the base item prevents the sound/instrument from being shown in the item tooltip. Adding an item instrument tag would solve both of these problems.
Suggested yaml syntax:
The text was updated successfully, but these errors were encountered: