How do I make an item that makes a block explode but it is when the player right clicks again whenever

Started by FireMagicLover on

Topic category: Help with modding (Java Edition)

Last seen on 16:56, 12. Jul 2023
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an item that makes a block explode but it is when the player right clicks again whenever

How do I make an item that makes a block explode but it is when the player right clicks again whenever, like the block doesent explode directly it waits until the player rights clicks again and then it explodes

Last seen on 21:08, 7. Apr 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make an item, do whatever…
Sun, 05/21/2023 - 14:04

make an item, do whatever you wish with the item. Create a block then do whatever you want to the block. Then create a right-clicked produce for the block. Use an "if" statement to define if the player who right clicked the block has the item in their hand. Hopefuly this helps!