Started by
Virgil77
on
Topic category: Help with Minecraft modding (Java Edition)
recently it got into my head that i wanted to make diamond ore drop a custom item, but only if i use a specific modded pickaxe on it. is this possible at all?
Use when block is destroyed by tool trigger Then Do: if provided blockstate {selected Block} do: spawn gem/item {selected item} at x,y,z.