Input/Output Slots In GUI

Started by EPICALLL on

Topic category: Advanced modding

Last seen on 19:18, 21. Dec 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Input/Output Slots In GUI

Help! Can I Heve Help With My Inout/Output Slots In GUI? Here is an example of what i need help with:

I'm trying to make it so you put in a special rock into a gui input slot, and then you have a whole bunch of options for items to choose from in the output slots, once you take an item from one of the output slots, one of the supposed "special rocks" are spent, and you have the item you picked.

Last seen on 18:43, 8. Jan 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set up the GUI with oneā€¦
Sat, 11/12/2022 - 23:47

Set up the GUI with one input slot and a given number of output slots.

The procedure should be set up to put in each output slot the correct output if there is a "special rock" in the input slot. All of the outputs should be made to disappear when the input is emptied using the procedure trigger for that slot.

They should have the procedure for when the items are taken to remove the input.

This should work.