Started by
BitBomb
on
Topic category: Help with Minecraft modding (Java Edition)
To clarify, what I mean is I want a specific tool to break a specific block, and that specific block drop twice the amount. As an example, I have a tool called the 'Rock Crusher', which when breaking stone, will drop 2 cobblestone instead of the usual 1 (For early game building). How could I do this?
I don't know if you still need this or not but you could try this:
https://imgur.com/a/za75XaI
Of the images, one is probably over-complicated but essentially, you would convert the block at x y z into a gem and then spawn the gem as a dropped item whenever your procedure triggers