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)

Active 1 year ago
Joined Jan 2021
Points:
592

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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.