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.
This PR adds a mechanism for autogenerating gas-boosting recipes for the EBF. It works by defining a "Gas Tier" for a metal in the material builder, with the gases being:
LOW: 1000L Nitrogen
MID: 100L Helium
HIGH: 10L Argon
HIGHER: 10L Neon
HIGHEST: 10L Krypton
(these can be overridden by addons as needed)
These gases line up with the gases produced via air/nether air/ender air distillation. HIGHEST is reserved for addons, and only a few metals (MAX supercon metal, and the 2 highest EBF coil materials) use HIGHER. The rough cutoffs for each metal tier are:
LOW: beginning through Stainless Steel
MID: Post-stainless through Tungsten metals
HIGH: Post-tunsten through end-game (excluding the few in HIGHER)
Additionally, this PR allows for the Material Builder to specify specific EU/t and duration for EBF recipes. though I did not do anything with specific values for that in this PR.
Lastly, Pig Iron was removed, as were the old alloy EBF recipes for some metals, and production methods for Helium were buffed. Additionally, Ruridit was given its proper name back.