How to detect the items in a bundle

Started by Idk name ig on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to detect the items in a bundle

I am working on uranium as a fuel for my mod which gives you rad sickness when you have it in your inventory but it stops if you put in a bundle and I'd like to fix that.

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tried that already 
Sun, 04/12/2026 - 18:21

Tried that already 

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There’s a block to check…
Wed, 04/15/2026 - 09:50

There’s a block to check that in item procedure -  data. You put an if and this and the job is done:

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you were trying to send a…
Wed, 04/15/2026 - 20:21

if you were trying to send a picture it didn't work 

 

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the picture works but sadly…
Fri, 04/17/2026 - 20:13

the picture works but sadly the script doesn't for me

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah the debugger records…
Fri, 04/17/2026 - 21:49

yeah the debugger records hits on both client and server side what now?

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's working to me. Try to…
Sat, 04/18/2026 - 06:53

It's working to me. Try to send me a picture of your procedure.

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i added the script to the…
Sat, 04/18/2026 - 14:24

i added the script to the word document

 

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe your potion effect is…
Sat, 04/18/2026 - 20:29

Maybe your potion effect is not dealing damage ?

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the potion effect is not…
Sat, 04/18/2026 - 21:11

the potion effect is not being inflicted at all

the uranium ore gives the effect in a range and it works fine and deals the damage normally