Started by
Madam_meow
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! So I am new to using MCreator to make Minecraft mods, and I can't figure out how to do something...
I would like to create an item which which when right clicked while held will turn in to a different item. That different item will be randomized from a selection(like how you can get different items in fishing in vanilla Minecraft with different rarity probabilities)
How do I do this? I'm presuming it's in the 'item event' menu, but I don't know what to do from there...
You can use conditions to make it randomise the item you get. Set it to randomPossibility[50%] and set the chances of getting that item. You may need to set more events and conditions so that you do not get more than 1 item at a time.
@#1 thanks, I know how to do the probabilities thing, but I can't figure out the item issue... You're right, that if it were random probability I could end up getting multiple items, I don't know how to set up conditions to solve that.