-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Add a warning for redstone conditions not being met #8262
base: 1.21.x
Are you sure you want to change the base?
Conversation
Whups, I pushed a cache file. Is there a reason why it isn't in the |
I hate GitHub mobile. |
The cache file is so that you don't have to rewrite all the files to disk when you first checkout and run datagen. |
src/datagen/main/java/mekanism/client/lang/MekanismLangProvider.java
Outdated
Show resolved
Hide resolved
Note that the special blending technique used for the warning overlay may have performance drawbacks, especially in light of previous optimization (e.g. 609b030). In addition, I renamed |
I'd rather that be in a separate PR, just to avoid the noise it creates in the diffs |
- Make GuiInsetElement able to track warnings through a supplier - Use a separate texture for GuiInsetElement during a warning - Track the activation warning under GuiRedstoneControlTab - Add the corresponding lang entry to MekanismLangProvider - Synchronize activation (redstone) state of TileEntityMekanism
8eb4cf8
to
19b20f9
Compare
Changes proposed in this pull request:
GuiInsetElement
able to track warnings through a supplierGuiInsetElement
during a warningGuiRedstoneControlTab
TileEntityMekanism