mojira.dev

Was testing some redstone mechanics when I created this:

Is this intentionally?

Linked issues

Attachments

Comments 2

Duplicate of MC-17184.

This is intentional. Here's what happens:

  • The torch powers the block above it

  • This powers the redstone dust

  • The redstone dust depowers the torch

  • Thus, the block above it is depowered as well

  • Thus the redstone dust is depowered again

  • This once again powers the torch

  • The cycle continues.

Because this is an infinite loop, there's an additional mechanic that makes a redstone torch fizz in this case, and turn off for a bit. From the Minecraft wiki article:

A redstone torch experiences "burn-out" when it is forced to change state (by powering and de-powering the block it is attached to) more than eight times in 60 game ticks (three seconds, barring lag). After burning out, a redstone torch produces a "smoke" particle and a hiss similar to an extinguished fire, deactivates, and then ignores attempts to change its state until the number of state changes in the last 60 game ticks drops to fewer than eight—after that it re-activates when it receives a block update (an adjacent block changing its state) or a redstone update that would not normally deactivate the redstone torch. There is no limit on how often a single redstone torch can burn out.

AsteroidBoy

(Unassigned)

Unconfirmed

(Unassigned)

1.19.3

Retrieved