Skip to content

Commit

Permalink
charged certus gt recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith committed Jun 7, 2024
1 parent 28250f7 commit 53c2bbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/darkmodeeverywhereshaders.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
}
],
"version": 2,
"selectedShaderIndex": 3
"selectedShaderIndex": 1
}
6 changes: 6 additions & 0 deletions kubejs/server_scripts/mods/AE2.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ ServerEvents.recipes(event => {
}
}).id('kubejs:ae2/charged_certus_quartz_gem')

event.recipes.gtceu.autoclave("charged_autoclave")
.itemInputs(["gtceu:certus_quartz_gem"])
.inputFluids("gtceu:distilled_water 100")
.itemOutputs('gtceu:charged_certus_quartz_gem')
.duration(20)
.EUt(480)

// Matter Condenser
event.remove({ id: 'ae2:network/blocks/io_condenser' })
Expand Down

0 comments on commit 53c2bbe

Please sign in to comment.