You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when changing Redstone Conduit colors, set the old color to have a signal of 0, which prevents a "ghost signal" from persisting in the conduit network for the old color (default: true).
New Feature Added
A feature has been introduced that allows the outdated signal to be cleared from the Redstone Conduit. This can take place when changing colors in the GUI, improving user experience and signal clarity.
README.md Updated
To keep users informed about the new update, we've documented the Redstone Conduit feature in the changelog section of the README file.
Modification in UTConfigMods.java
We've introduced a boolean configuration called utClearRedstoneConduitChange in the UTConfigMods.java file. This new configuration will handle the functionality related to clearing outdated signals, but note that this would require a restart to take effect.
UTMixinLoader.java Updated
The new configuration has been integrated into the mixin loader (in UTMixinLoader.java) to ensure the new feature is applied whenever it is enabled.
Creation of UTInsulatedRedstoneConduitMixin.java
We've created a new mixin class called UTInsulatedRedstoneConduitMixin.java. The purpose of this class is to implement the logic necessary for removing the old signal strength when the input signal color is changed.
Mixin Config File Created
The addition of mixins.enderio.redstoneconduit.json registers the new mixin for managing alterations in the Redstone Conduit. This aids in structured management of the newly added feature.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
changes in this PR:
true).related issues: SleepyTrousers/EnderIO-1.5-1.12#5558