Nerfed oil cell energy output. Closes #1424
This commit is contained in:
parent
34816e5ee7
commit
73aa9f1d5e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class FluidGeneratorRecipes extends RecipeMethods {
|
|||
|
||||
register(EFluidGenerator.SEMIFLUID, ModFluids.SODIUM, 30);
|
||||
register(EFluidGenerator.SEMIFLUID, ModFluids.LITHIUM, 60);
|
||||
register(EFluidGenerator.SEMIFLUID, ModFluids.OIL, 64);
|
||||
register(EFluidGenerator.SEMIFLUID, ModFluids.OIL, 16);
|
||||
|
||||
register(EFluidGenerator.THERMAL, FluidRegistry.LAVA, 60);
|
||||
|
||||
|
|
Loading…
Reference in a new issue