Skip to content

Commit

Permalink
feat: gas centrifuge column recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jul 6, 2024
1 parent 43ebbf7 commit e44911e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,13 @@ private static void registerAssemblerRecipes() {
BlockNuclearCasing.NuclearCasingType.GAS_CENTRIFUGE_HEATER))
.buildAndRegister();

ASSEMBLER_RECIPES.recipeBuilder().EUt(48).duration(200)
.input(pipeNormalFluid, Steel)
.input(pipeTinyFluid, Steel, 3)
.outputs(MetaBlocks.GAS_CENTRIFUGE_CASING.getItemVariant(
BlockGasCentrifugeCasing.GasCentrifugeCasingType.GAS_CENTRIFUGE_COLUMN))
.buildAndRegister();

ASSEMBLER_RECIPES.recipeBuilder().EUt(64).duration(200)
.input(stick, BoronCarbide, 8)
.outputs(
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/gregtech/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -5509,7 +5509,7 @@ gregtech.fluid.state_liquid=§aState: Liquid
gregtech.fluid.state_plasma=§aState: Plasma
gregtech.fluid.type_acid.tooltip=§6Acidic! Handle with care!
gregtech.coolant.general=§9Can be used as a coolant§7
gregtech.coolant.boiling_point=Boils at §f%d K§7
gregtech.coolant.boiling_point=Boils at §f%d§7 K
gregtech.coolant.heat_capacity=Has a specific heat capacity of §f%d J/kg*K§7
gregtech.coolant.cooling_factor=Has a heat transfer coefficient of §f%d§7 W/(m^2K)
gregtech.coolant.moderation_factor=Has a moderation cross section of §f%d§7 barns
Expand Down

0 comments on commit e44911e

Please sign in to comment.