Skip to content

Commit

Permalink
new fluid rig recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jan 28, 2022
1 parent f6ae1cb commit 6b1177b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,25 +567,25 @@ public static void init() {
.duration(400).EUt(VA[MV]).buildAndRegister();

ASSEMBLER_RECIPES.recipeBuilder()
.input(HULL[HV])
.input(HULL[EV])
.input(frameGt, Titanium, 4)
.input(circuit, Tier.Advanced, 4)
.input(ELECTRIC_MOTOR_HV, 4)
.input(ELECTRIC_PUMP_HV, 4)
.input(gear, BlueSteel, 4)
.input(circuit, Tier.Extreme, 4)
.input(ELECTRIC_MOTOR_EV, 4)
.input(ELECTRIC_PUMP_EV, 4)
.input(gear, TungstenCarbide, 4)
.circuitMeta(2)
.output(FLUID_DRILLING_RIG)
.duration(400).EUt(VA[HV]).buildAndRegister();
.duration(400).EUt(VA[EV]).buildAndRegister();

ASSEMBLER_RECIPES.recipeBuilder()
.input(HULL[EV])
.input(HULL[LuV])
.input(frameGt, TungstenSteel, 4)
.input(circuit, Tier.Extreme, 4)
.input(ELECTRIC_MOTOR_EV, 4)
.input(ELECTRIC_PUMP_EV, 4)
.input(gear, TungstenCarbide, 4)
.input(circuit, Tier.Master, 4)
.input(ELECTRIC_MOTOR_LUV, 4)
.input(ELECTRIC_PUMP_LUV, 4)
.input(gear, Osmiridium, 4)
.circuitMeta(2)
.output(ADVANCED_FLUID_DRILLING_RIG)
.duration(400).EUt(VA[EV]).buildAndRegister();
.duration(400).EUt(VA[LuV]).buildAndRegister();
}
}
8 changes: 4 additions & 4 deletions src/main/resources/assets/gregtech/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -3884,12 +3884,12 @@ gregtech.machine.miner.hv.name=Advanced Miner II
gregtech.machine.miner.tooltip=Mines ores below the miner ONLY! Use screwdriver to configure radius.
gregtech.machine.miner.usage=Max Working Area: §b%dx%d§7 blocks. §b%ds§7 per block. Uses §b%d§7 EU/t.

gregtech.machine.large_miner.ev.name=Basic Large Miner
gregtech.machine.large_miner.iv.name=Advanced Large Miner
gregtech.machine.large_miner.luv.name=Advanced Large Miner II
gregtech.machine.large_miner.ev.name=Basic Ore Drilling Plant
gregtech.machine.large_miner.iv.name=Advanced Ore Drilling Plant
gregtech.machine.large_miner.luv.name=Advanced Ore Drilling Plant II
gregtech.machine.miner.multi.modes=Has Silk Touch and Chunk Aligned Modes.
gregtech.machine.miner.multi.tooltip=Max Working Area: §b%dx%d§7 chunks.
gregtech.machine.miner.multi.production=Produces 3x more crushed ore than a macerator.
gregtech.machine.miner.multi.production=Produces §b3x§7 more crushed ore than a macerator.
gregtech.machine.miner.multi.description=A multiblock mining machine that covers a large area and produces huge quantity of ore.
#Small ores lang: gregtech.machine.miner.multi.production=Produces 3x more crushed ore than a macerator. Small ore Fortune §b%d§7.
gregtech.machine.miner.fluid_usage=Consumes §b%dmb§7 of §e%s§7 per tick. Each overclock doubles the fluid consumption.
Expand Down

0 comments on commit 6b1177b

Please sign in to comment.