Updated Diesel generator recipes. Closes #1279

This commit is contained in:
drcrazy 2017-09-30 03:03:55 +03:00
parent 0e5ab26cf0
commit b10459a288
2 changed files with 7 additions and 6 deletions

View file

@ -48,8 +48,9 @@ public class ChemicalReactorRecipes extends RecipeMethods {
register(getMaterial("carbon", Type.CELL), getMaterial("calcium", Type.CELL), getMaterial("calciumCarbonate", 2, Type.CELL), 800);
register(getMaterial("carbon", Type.CELL), getMaterial("hydrogen", 4, Type.CELL), getMaterial("methane", 5, Type.CELL), 2000);
register(getMaterial("carbon", Type.CELL), getMaterial("nitrogen", Type.CELL), getMaterial("nitrocarbon", 2, Type.CELL), 800);
register(getMaterial("nitrocarbon", Type.CELL), getMaterial("water", Type.CELL), getMaterial("glyceryl", 2, Type.CELL), 800);
register(getMaterial("glyceryl", Type.CELL), getMaterial("diesel", 4, Type.CELL), getMaterial("nitroDiesel", 5, Type.CELL), 2000);
register(getMaterial("nitrocarbon", Type.CELL), getMaterial("water", Type.CELL), getMaterial("glyceryl", 2, Type.CELL), 600);
register(getMaterial("glyceryl", Type.CELL), getMaterial("diesel", 4, Type.CELL), getMaterial("nitroDiesel", 5, Type.CELL), 250);
register(getMaterial("glyceryl", Type.CELL), getMaterial("carbon", 4, Type.CELL), getMaterial("nitrocoalFuel", 5, Type.CELL), 250);
register(getMaterial("sulfur", Type.CELL), getMaterial("water", 2, Type.CELL), getMaterial("sulfuricAcid", 3, Type.CELL), 1200);
register(getMaterial("sulfur", Type.CELL), getMaterial("sodium", Type.CELL), getMaterial("sodiumSulfide", 2, Type.CELL), 800);
register(getMaterial("sodiumSulfide", Type.CELL), getMaterial("compressedair", Type.CELL), getMaterial("sodiumPersulfate", 2, Type.CELL), 800);

View file

@ -37,13 +37,13 @@ public class FluidGeneratorRecipes extends RecipeMethods {
public static void init() {
register(EFluidGenerator.DIESEL, ModFluids.NITROFUEL, 24);
register(EFluidGenerator.DIESEL, ModFluids.NITROCOAL_FUEL, 48);
register(EFluidGenerator.DIESEL, ModFluids.LITHIUM, 24);
register(EFluidGenerator.DIESEL, ModFluids.NITRO_DIESEL, 36);
register(EFluidGenerator.DIESEL, ModFluids.OIL, 16);
register(EFluidGenerator.DIESEL, ModFluids.DIESEL, 128);
register(EFluidGenerator.DIESEL, ModFluids.NITRO_DIESEL, 400);
register(EFluidGenerator.SEMIFLUID, ModFluids.OIL, 64);
register(EFluidGenerator.SEMIFLUID, ModFluids.SODIUM, 30);
register(EFluidGenerator.SEMIFLUID, ModFluids.LITHIUM, 60);
register(EFluidGenerator.SEMIFLUID, ModFluids.OIL, 64);
register(EFluidGenerator.THERMAL, FluidRegistry.LAVA, 60);