How to make disappearing item?

Started by Crimspider on

Topic category: Help with MCreator software

Last seen on 04:38, 10. Sep 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make disappearing item?

I am creating a gem which is unstable when you mine it. I wanted to slowly damage it while it's in your inventory or in a chest. And damage it even faster if you drop it. And I've tried to deal 1 damage with an if statement of "if seconds past current minute = 5" then "deal 1 damage to provided itemstack"

But it doesn't work. At all. I tried searching this but it doesn't seem to be a discussed topic. So I thought I would make a forum post asking for help. Any advice you guys can give?