Counting amount of items

Started by MrCreeps on

Topic category: Help with modding (Java Edition)

Last seen on 02:58, 20. Apr 2024
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Counting amount of items

Hello, is there a way to count the amount of specific items in a player's inventory  and return a value? For example, count the amount of arrows, spectral arrows, or tipped arrows and then add 1 to a number variable. If so, can you please explain how to make it. I tried to make it but it counts every tick, but I haven't been able to work without the 'on player tick' global trigger. Here is a  link to an image of the current procedure - Ammo Count Procedure - Imgur

Thanks :)

Use local variable to store…
Mon, 12/07/2020 - 07:53

Use local variable to store count and use for each item in inventory loop to check all slots and sum the count in the local variable