Started by jadenquinn8
on Mon, 01/07/2019 - 20:52
Topic category: Help with modding (Java Edition)
I want to know how to create a block that is basically TNT, that ONLY explodes if flint and steel is in player’s hand, just like the one from MC.
MAIN HAND that is.
Then add to when block rightclicked
if mainhand = flint_and_steel:
explode at x y z.
Done.