[SOLVED] How to turn a normal block into a Cactus?

Started by Fire_Ball on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] How to turn a normal block into a Cactus?
Mon, 10/28/2024 - 23:50 (edited)

Pretty much as the title states. I want to make it so anybody who touches the block to receive damage, akin to a Cactus. I would prefer if it didn't destroy items as well (unless if they were fireproof), but it's not that big of a deal for me.

Current setup:

Block Trigger:
https://i.imgur.com/0rlcrr2.png

Procedure:
https://i.imgur.com/Tm2Iiip.png

EDIT: Turns out the setup does work, I just had to replace the blocks to do so.

Edited by Fire_Ball on Mon, 10/28/2024 - 23:50
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the block? Is it…
Mon, 10/28/2024 - 15:11

What is the block? Is it like a full block or something you can walk through?

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the block? Is it…
Mon, 10/28/2024 - 23:49

What is the block? Is it like a full block or something you can walk through?

A full block. Turns out that setup I did works, I just needed to replace the blocks to make the procedure happen as expected.