Added more recipes for fluid replicator.
This commit is contained in:
parent
dc32c9505d
commit
6e02bb8153
1 changed files with 5 additions and 1 deletions
|
@ -41,10 +41,14 @@ public class FluidReplicatorRecipes {
|
|||
register(1, FluidRegistry.LAVA, 80, 2);
|
||||
register(2, ModFluids.COMPRESSED_AIR, 100, 20);
|
||||
register(2, ModFluids.CARBON, 100, 20);
|
||||
register(2, ModFluids.CALCIUM, 100, 20);
|
||||
register(2, ModFluids.CARBON_FIBER, 100, 20);
|
||||
register(2, ModFluids.HYDROGEN, 100, 20);
|
||||
register(4, ModFluids.MERCURY, 200, 20);
|
||||
register(4, ModFluids.METHANE, 200, 20);
|
||||
|
||||
register(8, ModFluids.GLYCERYL, 200, 20);
|
||||
register(10, ModFluids.BERYLLIUM, 200, 20);
|
||||
register(10, ModFluids.CHLORITE, 200, 20);
|
||||
}
|
||||
|
||||
static void register(int input, Fluid output, int ticks, int euPerTick) {
|
||||
|
|
Loading…
Reference in a new issue