Tool that breaks a block and that block drops twice the ammount

Started by BitBomb on

Topic category: Help with modding (Java Edition)

Last seen on 18:56, 29. May 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tool that breaks a block and that block drops twice the ammount

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?

Last seen on 16:16, 8. Apr 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know if you still…
Sun, 02/04/2024 - 01:52

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