T Flip Flop Block Issues

Started by zyloyoutube on

Topic category: Troubleshooting, bugs, and solutions

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
T Flip Flop Block Issues

I am making a block called the Redstone Toggle. I want it to take aa input pulse, from a button or pressure plate, and toggle like a lever. This essentially does what a T Flip Flop does in minecraft, demonstration here. 

 

When the block trigger "Redstone on" is used, it does this procedure:

I dont know what to change, please help me make this a reality!

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making a separate block…
Fri, 09/05/2025 - 23:52

Try making a separate block for when it's on which is identical but constantly emits a signal, then have a procedure for both which when it receives a pulse, replace block at x y z with the opposite state

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just got a brain blast from…
Sat, 09/06/2025 - 01:25

just got a brain blast from that. thanks!