Custom tool makes vanilla blocks drop unique item

Started by VenineDaDemon on

Topic category: Help with modding (Java Edition)

Last seen on 10:53, 17. Mar 2024
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom tool makes vanilla blocks drop unique item

I have made a tool called a sickle and I want to make it so that when it is used to break grass, it drops Dry Grass. How can I do this? I've looked for an answer but I can't find a working one. Please send an Image with your answer.

Last seen on 01:41, 8. Jan 2024
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First, on the properties tab…
Wed, 11/24/2021 - 18:53

First, on the properties tab select "Special" for the type, then, go to triggers and for "When block destroyed with tool", use the procedure structure shown in the screenshot. https://imgur.com/a/grlaLAZ

Btw, don't worry about the extra "TEST_LAYER" tabs in the image, those were for something else.