Started by
Vatisco
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way for me to output a redstone signal from a custom block, which can also be controlled by a procedure?
Topic category: Help with Minecraft modding (Java Edition)
Is there a way for me to output a redstone signal from a custom block, which can also be controlled by a procedure?
you could try by making 2 blocks
You can do it by adding redstone power on the block, make the block a tile entity, make a procedure called WhenCustomBlockTrigerred
Then add a procedure called GetCustomBlockRedstone
call the first procedure when the block is trigerred, call the second one by changing the "Fixed" field in Advanced Properties