How to spawn an item with specific rarity
danieldraper opened this issue ยท 2 comments
Another mod caused an item to be destroyed, I was unable to spawn a new one of the same rarity. I assume I could do something like:
/give PLAYER_NAME simplyswords:molten_edge{affix_data: {rarity: "mythic"}} 1
Is this possible from the console?