How to find if a player has a number or greater of a specific item in inventory

Started by SomethingDoesMods on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to find if a player has a number or greater of a specific item in inventory

I am trying to make a procedure that will trigger when a player right clicks holding 1 item, but will only actually start if they have 50 or more of another specific item anywhere in their inventory. I am aware of finding if they have an item in their inventory, but not if they have a number or greater than that number.