How can i emit Redstone from only one direction

Started by VaporRi0t on

Topic category: Help with modding (Java Edition)

Last seen on 18:59, 31. Jul 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i emit Redstone from only one direction

So i have a new block called the Redstone container, and i have it so when it  gets powered from the north it holds a Redstone signal  and when it gets powered from the west or the east it stops emitting Redstone, but i want it to only emit Redstone from the south, how could i do this?

Last seen on 18:59, 31. Jul 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i  was thinking of setting…
Sun, 07/07/2024 - 17:16

i  was thinking of setting redstone powered to true of block at x x x+1 as a fix but there is no set  redstone procedure, so now im trying to set it with nbt data/variables but i have no idea what the nbt tag  or variable should be to set redstone power, please i really need help T^T

Last seen on 18:59, 31. Jul 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
UPDATE: I  tried using set…
Sun, 07/07/2024 - 18:35

UPDATE: I  tried using set boolean/integer property powered/power of block at x,x,x+1 to true/15 and it works sort of, it seem to only work if its x-1 or z-1, and if its x,z+1 it doesnt.