Suspend and resume crafting jobs#8655
Open
SrNadien wants to merge 2 commits intoAppliedEnergistics:forge/1.20.1from
Open
Suspend and resume crafting jobs#8655SrNadien wants to merge 2 commits intoAppliedEnergistics:forge/1.20.1from
SrNadien wants to merge 2 commits intoAppliedEnergistics:forge/1.20.1from
Conversation
Author
|
add function |
Author
|
works fine |
shartte
reviewed
Oct 12, 2025
| "gui.ae2.StoredPower": "Stored Power: %s", | ||
| "gui.ae2.StoredSize": "Stored Size: %dx%dx%d", | ||
| "gui.ae2.Stores": "Stores", | ||
| "gui.ae2.Substitute": "Using Substitutions:", |
Member
There was a problem hiding this comment.
Why is this removing a localization entry?
shartte
reviewed
Oct 12, 2025
Comment on lines
66
to
-67
| public CraftingStatus(boolean fullStatus, long elapsedTime, long remainingItemCount, long startItemCount, | ||
| List<CraftingStatusEntry> entries) { |
Member
There was a problem hiding this comment.
You need to add a delegating constructor to not break addons
Author
Done I compiled it and it works correctly |
Member
|
@SrNadien You have to run the data gen. Do not patch the localization file manually. |
Author
I added it again |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Based on #8635 made for the 1.20.1 branch