Started by
Frost_200
on
Topic category: Help with MCreator software
If you do not understand the title, I would like to know how to make a loot case (item) that when clicking on it, certain items may pop out.
I am using translator please understand.
hi,
You want that a gui will open or it will drop some items?
If you want to make an item pop up into a GUI you just create a GUI with a OUTPUT SLOT, and create an item that will be your Crate, after that on triggers just go to "When right click on air" and create a procedure similar like this one:
https://imgur.com/a/cvVObyx
To create more drops, just add more " else ifs " and the number that need to roll to gain this item, and that is it.