Infinite Energy Emitter (from CEU)#21
Merged
serenibyss merged 4 commits intoGregTechCEu:masterfrom Jul 6, 2021
Merged
Conversation
Member
|
If you are using Intellij, can you please run the |
Member
Author
|
Cleaned up code in the latest commit, excluding en_us.lang. |
Member
Author
|
Fixed all merge conflicts. |
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.
What:
This particular PR addresses an issue in testing where it is often difficult to test certain machines and recipes without a singleblock energy source, which becomes an especially pronounced problem for the higher tiers.
How solved:
To address this, I have imported the Infinite GTEU Energy Emitter from CEU. For the most part, this implementation was copied entirely, although I did decide to do a little refactoring with the GUI builder, since I could not find an easy way to work around it. Later on, the code there should probably be cleaned up, although I do not have the skills to pull off such a thing. Furthermore, a rather large excess of extraneous classes, used for the rest of CEU's infinite energy handling tile entities, have also been imported, to serve both the purpose of leaving the door open for importing the rest in, and to serve the purpose of making this less of a headache for me to handle.
Outcome:
Adds a new MTE for infinite GTEU generation.
Possible compatibility issue:
None are expected.