(CLOSED) Procedure not triggered / Procedure doesn't work with damaged item

Started by RicXhard on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(CLOSED) Procedure not triggered / Procedure doesn't work with damaged item
Tue, 10/22/2019 - 21:08 (edited)

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
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try ti remove the “Get…
Sat, 10/05/2019 - 01:46

Try ti remove the “Get dimension” because your procedure looks okay.

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"No additional trigger"…
Mon, 10/14/2019 - 12:50

"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.

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It´s working but the only…
Sat, 10/19/2019 - 22:15

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?

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It sounds like a problem…
Tue, 10/22/2019 - 09:06

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

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you StellaeLux. It's…
Tue, 10/22/2019 - 21:06

Thank you StellaeLux. It's working now.

:)