How can I make an item spend other items when using it?

Started by Frost_200 on

Topic category: Help with MCreator software

Last seen on 01:48, 22. Nov 2021
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make an item spend other items when using it?

Well the title says it all
I would also like to know if there is a way to use more than one item at the same time

Last seen on 14:30, 2. Aug 2022
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the player procedures tab…
Tue, 10/20/2020 - 11:46

In the player procedures tab there is a block called Remove (1) (item type) from (Event/target entity) main inventory. By replacing the 1 with any number you can remove as many as a specific type of item from an entity's inventory. You can also get rid of items from the player's main-hand/off-hand by combining the Shrink (Provided itemstack) for (1) block found in the item procedures with the Item in main/off-hand of (Event/target entity) block found in the player procedures tab.