Skip to content

26.2 : Vanilla bug (MC-310372) causing redstone to randomly stop working when tripwire string is activated. #14180

Description

@tehbeard

Expected behavior

For stepping on a tripwire that is unconnected from any hooks to have no effect on redstone.

Observed/Actual behavior

On occasion when the tripwire is "triggered" / processes an entity colliding with it (be that a player, mob or item), something breaks in scheduled ticks causing redstone in the same chunk to stop working as expected. This affects not just complex redstone, but something as simple as a redstone repeater clock.

Steps/models to reproduce

Create the following structure, which is a redstone clock **crossing a chunk boundary

**, with a piece of string in one of the two chunks it occupies, and using a torch + redstone block to create the initial clock pulse.

Image

trigger the redstone clock to begin cycling.

step onto and off of the tripwire string (in the red area of the screenshot)
This may take up to a minute from testing for the bug to occur.

You can also use a dispenser to drop items through the tripwire string to trigger the bug.
A vanilla structure schematic of such a device has been added below.
tripwire_auto_bug.zip

The redstone clock freezes without any apparent external input.

Plugin and Datapack List

> version
[08:15:38 INFO]: This server is running Paper version 26.2-112-main@c9e894d (2026-08-11T05:18:39Z) (Implementing API version 26.2.build.112-stable)
You are running the latest version
Previous version: 26.2-94-3c6ac85 (MC: 26.2)
> plugins
[08:15:39 INFO]: ℹ Server Plugins (0):
> datapack list
[08:15:41 INFO]: There are 3 data pack(s) enabled: [vanilla (built-in)], [file/bukkit (world)], [paper (built-in)]
[08:15:41 INFO]: There are no more data packs available
>

Paper version

> version
[08:15:38 INFO]: This server is running Paper version 26.2-112-main@c9e894d (2026-08-11T05:18:39Z) (Implementing API version 26.2.build.112-stable)
You are running the latest version
Previous version: 26.2-94-3c6ac85 (MC: 26.2)

Other

Mojira ticket for the bug is here: https://bugs.mojang.com/browse/MC/issues/MC-310372 which contains an explanation of the underlying issue with the scheduled ticks that causes this.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions