Skip to content

Commit 5c86f98

Browse files
Adjust the EU/t of the Rotors (#1517)
1 parent 52eb2db commit 5c86f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/gregtech/loaders/oreprocessing/PartsRecipeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public static void processRotor(OrePrefix rotorPrefix, SolidMaterial material) {
270270
.fluidInputs(material.getFluid(L * 4))
271271
.outputs(OreDictUnifier.get(rotorPrefix, material))
272272
.duration(120)
273-
.EUt(120)
273+
.EUt(20)
274274
.buildAndRegister();
275275
}
276276
}

0 commit comments

Comments
 (0)