Skip to content
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

New recipes round 2 #8

Merged
merged 4 commits into from
Jun 29, 2021
Merged

New recipes round 2 #8

merged 4 commits into from
Jun 29, 2021

Conversation

TechLord22
Copy link
Member

@TechLord22 TechLord22 commented Jun 28, 2021

Second round of recipes ported from GT5u.

Major Recipe Changes:

  • More rubber recipes
  • new pipe recipes
  • random extractor decomposition recipes
  • removed plate alloy smelter recipes
  • glass bottle recipes
  • sapling lathe recipes
  • bowl lathe recipes
  • oilsands ore decomposition
  • centrifuge decomposition
  • cobblestone thermal centrifuging
  • magma cream recipe
  • oil product decomposition
  • buffed piston recipes
  • new SB Rubber ratios
  • alternate qbit cpu wafer
  • mossy blocks in chemical bath
  • new chemical bath ore outputs
  • changed neodymium polarizer eut
  • new electromagnetic separation recipes
  • new quartzite and nether star autoclave recipes
  • new flint recipe
  • new helium recipes
  • tweaked petrochem recipes
  • tweaked biomass recipes
  • refinery gas distillation
  • new radon recipe
  • pu244 changed to pu239

@TechLord22 TechLord22 force-pushed the recipes-round2 branch 2 times, most recently from ce53272 to 81795e0 Compare June 28, 2021 16:51
if ((generationBits & GENERATE_DOUBLE_PLATE) > 0) {
generationBits |= GENERATE_PLATE;
}
if (this.fluidPipeProperties != null) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will ever actually be hit, since this method is only ever called on Material construction, and fluid pipe properties is always after that

@TechLord22 TechLord22 merged commit 7a0649e into master Jun 29, 2021
@TechLord22 TechLord22 deleted the recipes-round2 branch June 29, 2021 01:31
TechLord22 added a commit that referenced this pull request Jul 4, 2021
* New recipes round 2

* more recipes

* add radon recipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants