Started by
RicXhard
on
Topic category: Help with Minecraft modding (Java Edition)
I´m trying to " turn a torch off " when it´s raining / thundering but it seems like it can´t find the torch...
Here is what I have:
If you know anything, please reply.
:)
Edited by RicXhard on Tue, 10/22/2019 - 21:08
Try ti remove the “Get dimension” because your procedure looks okay.
"No additional trigger". Were you planning on calling this with a global trigger? Without external trigger there is nothing that ever calls this procedure.
Also, to make sure that it actually fails to find the torch and not fail to replace the torch, change placing the unlit torch with another normal block and see if that works, to make sure that's not an issue with placing the unlit torch.
It´s working but the only problem is the torch doesn´t lit if I use a damaged flint and steel. Is this a bug?
It sounds like a problem with the unlit torch if it only works when the flint and steel is that it checks whether the player right clicks with a flint and steel but also checks metadata:
https://mcreator.net/comment/98739
Thank you StellaeLux. It's working now.
:)