Removing food type from inventory

Started by Fluffy_Cherry on

Topic category: Help with MCreator software

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Removing food type from inventory

Hey! How would I remove items relating to food from inventory? the block stating 'Remove [num] [item] from [entity] inventory' doesn't allow putting in multiple items as far as I know. How would I got about this issue?

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One way to do it would be to…
Wed, 03/04/2026 - 01:56

One way to do it would be to create a custom tag, put every food item under it, and then loop through the whole inventory checking if an item has the tag, and removing it