Detect When Block Replaced By Another Block?

Started by MamaLuigi on

Topic category: Help with modding (Java Edition)

Last seen on 16:47, 26. Apr 2024
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!