Started by
Xedroc
on
Topic category: General discussion
I want to make a procedure that makes a tool able to give you an item when an specific block is destroyed.
Topic category: General discussion
I want to make a procedure that makes a tool able to give you an item when an specific block is destroyed.
On Block Destroyed:
if item in main hand = (Your item)
spawn gem at xyz.
---
Make sure to use the single = operator (and not the ==) as == would prevent the if statement from returning True if the item isn't at full durability.