Change item tier (the whole tier) #453
Unanswered
AbyssalLight
asked this question in
Script-related questions
Replies: 1 comment
-
This is not currently supported, however you may be able to do it if you can get that tiers Tier instance (would have to use reflection to get that) then You could also just modify each property of the tier to match netherites properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i can't figure out how to get this to work
onEvent('item.modification', event => { event.modify('minecraft:diamond_sword', item => { item.tier = tier('netherite') }) })
Beta Was this translation helpful? Give feedback.
All reactions