Making 3 Different Redstone States

Started by DerpyEnte on

Topic category: Help with modding (Java Edition)

Last seen on 06:59, 23. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making 3 Different Redstone States

Hi,

i am currently trying to make a Signal mod, where i want to make Signals Redstone-Controllable.

My Signals have 3 States:

HP0 - Red | Should be powered from North/South
HP1 - Green (is on when no Redstone Signal is active/Main Signal Type)
HP2 - Green + Yellow | Should be powered from West/East

I tested a lot of Procedure combinations but none have realy worked.

this is my current procedure setup:

https://ibb.co/WHW1wCf

 

Has someone a suggestion, what i could have wrong, or if i maybe using the wrong statements?

Last seen on 16:59, 25. Jun 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello!How is this procedure…
Tue, 08/01/2023 - 21:45

Hello!
How is this procedure triggered?
If the trigger is related to the block itself, did you put it on all the block varants/states?

Last seen on 06:59, 23. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Procedure is triggered,…
Tue, 08/01/2023 - 21:51

The Procedure is triggered, when the redstone signal is on and all block variants have the same procedure set.

Last seen on 16:59, 25. Jun 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've made a little procedure…
Tue, 08/01/2023 - 22:06

I've made a little procedure, I'll link it here.

Just replace the coloured concrete with your specific blocks of course.

Let me know if it works!

[Link]

Last seen on 06:59, 23. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well i tried it, but it didn…
Wed, 08/02/2023 - 17:21

Well i tried it, but it didn't worked. It Only made the HP 1 go to HP 0 and backwards when i broke the lever

 

Last seen on 16:59, 25. Jun 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think I might know, it's…
Wed, 08/02/2023 - 17:34

I think I might know, it's to do with how redstone works in Minecraft, can you try doing it by placing a redstone torch instead next to the block? Let me know how it goes!

Last seen on 06:59, 23. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its also not working with…
Wed, 08/02/2023 - 18:01

its also not working with the redstone torch.

Somehow when the Redstone signal is on the procedure turns the block arrount, but it didn't turn it to Hp0 or Hp2

Last seen on 16:59, 25. Jun 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hiya, do you by any chance…
Wed, 08/02/2023 - 18:05

Hiya, do you by any chance have a discord account so we could communicate quicker? Then after that we can post the solution here so other people can see it if they need help.

Last seen on 06:59, 23. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes it would be much quicker…
Wed, 08/02/2023 - 21:48

yes it would be much quicker. My Discord name is @DerpyEnte

 

Last seen on 16:59, 25. Jun 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For anyone encountering this…
Wed, 08/02/2023 - 22:21

For anyone encountering this issue, try using "is block at XYZ redstone powered" instead of "get redstone power on side"