Skip to content

Commit 2c6e2c4

Browse files
committed
add fluix crystal recipe
now uses distilled water for quick crystals
1 parent ec20857 commit 2c6e2c4

File tree

1 file changed

+8
-0
lines changed
  • kubejs/server_scripts/appliedenergistics2

1 file changed

+8
-0
lines changed

kubejs/server_scripts/appliedenergistics2/ae2.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,14 @@ ServerEvents.recipes((event) => {
358358
.itemOutputs("ae2:fluix_crystal")
359359
.duration(200)
360360
.EUt(24);
361+
greg
362+
.autoclave("gtceu:fluix_crystal_faster")
363+
.itemInputs("gtceu:fluix_dust")
364+
.inputFluids("gtceu:distilled_water 20")
365+
.itemOutputs("ae2:fluix_crystal")
366+
.duration(100)
367+
.EUt(24);
368+
361369

362370
greg
363371
.lathe("fluix_lathing")

0 commit comments

Comments
 (0)