Detect When Block Replaced By Another Block?

Started by MamaLuigi on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detect When Block Replaced By Another Block?

I am making a mod where if a certain block gets replaced by Sculk, it instead turns into a special new block, but I can't seem to get it working.

 

Here is my procedure:

 

(Note: I'm just using the Block of Redstone as a placeholder)

 

And yes, this procedure is running the the Update Tick trigger of my custom block.

 

Any help would be greatly appreciated!

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know if you still…
Tue, 10/22/2024 - 08:23

I don't know if you still need this but I used the same procedure but put it inside a "wait 1 tick on server side" block and it works.