Counting amount of items

Started by MrCreeps on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Aug 2019
Points:
1092

User statistics:

  • Modifications: 11
  • Forum topics: 30
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 290
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