Started by
MamaLuigi
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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.