Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redstone conduits dont connect to blocks that don't have redstone capabilities #852

Open
1 task done
Echoloquate opened this issue Oct 5, 2024 · 1 comment
Open
1 task done
Labels
Status-Triage A Triage Member should take a look at this Type-Bug There is a problem.

Comments

@Echoloquate
Copy link

Is there an existing issue for this?

  • I did not find any existing issues.

Current Behavior

Redstone conduits have no way to output redstone to blocks without redstone output capabilities. My specific use case is wanting to use it as a safety latch for Nuclearcraft Neoteric

Expected Behavior

The conduit should be able to connect to blocks to output a redstone signal

How to Test

  1. Place a redstone conduit
  2. There is no way to let it output to anything but a redstone outputting item

Local Environment

  • Operating System:
  • Java version:
  • Minecraft Version:
  • Version:
  • Other Mods: Nuclearcraft Neoteric

Any Additional Information?

Image
The conduit should be able to output a signal to the controller block

@Echoloquate Echoloquate added Status-Triage A Triage Member should take a look at this Type-Bug There is a problem. labels Oct 5, 2024
@Rover656
Copy link
Member

Rover656 commented Oct 5, 2024

This is a known limitation where blocks aren't implementing the correct methods for us to detect redstone compatibility. This can be solved by tagging the block as redstone connectable or when we add support for forced connections with the yeta wrench.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status-Triage A Triage Member should take a look at this Type-Bug There is a problem.
Projects
Status: To triage
Development

No branches or pull requests

2 participants