Skip to content

Make covers' redstone work slightly better - #5177

Open
jurrejelle wants to merge 3 commits into
1.20.1from
jj/fix-wireless-covers
Open

Make covers' redstone work slightly better#5177
jurrejelle wants to merge 3 commits into
1.20.1from
jj/fix-wireless-covers

Conversation

@jurrejelle

Copy link
Copy Markdown
Contributor

What

Before, covers into blocks didn't work. Now they work slightly better, but still not great. They now emit both weak and strong redstone.

Implementation Details

it seems the redstone code (e.g. the getOutputDirectSignal) is being called both server and clientside,but the client side doesn't have the data so ti returns 0. I am under the impression that redstone is server only so that shouldn't affect things? and regardless if I put e.g. a redstone lamp after the repeater it also doesn't update/work

AI Usage

  • No AI driven tools were used for this pull request.
  • Yes AI driven tools were used for this pull request.
    Opus 4.8 did most of the impl, I reviewed it.

Outcome

Before:
image

After:
image

@jurrejelle
jurrejelle requested a review from a team as a code owner July 24, 2026 12:55
@jurrejelle jurrejelle added type: bugfix General bug fixes 1.20.1 Release: Patch - 0.0.X Smaller changes that either are bug fixes or very minor tweaks. labels Jul 24, 2026
@github-actions github-actions Bot added the Tests: Passed Game Tests have passed on this PR label Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.20.1 Release: Patch - 0.0.X Smaller changes that either are bug fixes or very minor tweaks. Tests: Passed Game Tests have passed on this PR type: bugfix General bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant