Started by
FireMagicLover
on
Topic category: Help with Minecraft modding (Java Edition)
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
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!