Shearable block

Started by Bananas on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Shearable block

Hello all,

I want to make cactus shearable so it loses thorns and drops cacti thorns item. Can someone help me with this?

Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can't change vanilla…
Thu, 08/06/2020 - 12:23

You can't change vanilla blocks and items (unless you know how to code). You have to make custom cactus or custom shears (or both). And then you can setup procedures (if right clicked with item in hand -> check if the block at xyz is ... -> change block for sheared cactus -> drop item (thorns)).

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
THANKS!
Mon, 08/10/2020 - 10:24

THANKS!