fix kaolinite recipe conflict
This commit is contained in:
parent
7a3648e17c
commit
80f2354480
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
### Breaking changes
|
||||
- The chemical reactor recipe for making Kaolinite Powder now uses circuit 3 @Pyritie
|
||||
### Changes
|
||||
### Bug fixes
|
||||
### Translation updates
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ function registerTFGEnderPearlRecipes(event) {
|
|||
.inputFluids(Fluid.of('gtceu:distilled_water', 6000), Fluid.of('gtceu:chlorine', 8000))
|
||||
.itemOutputs('17x tfc:powder/kaolinite')
|
||||
.outputFluids(Fluid.of('gtceu:hydrochloric_acid', 8000))
|
||||
.circuit(3)
|
||||
.duration(20 * 10)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
|
|
@ -14,6 +15,7 @@ function registerTFGEnderPearlRecipes(event) {
|
|||
.inputFluids(Fluid.of('gtceu:distilled_water', 6000), Fluid.of('gtceu:chlorine', 8000))
|
||||
.itemOutputs('17x tfc:powder/kaolinite', '1x #forge:dusts/chromium')
|
||||
.outputFluids(Fluid.of('gtceu:hydrochloric_acid', 8000))
|
||||
.circuit(3)
|
||||
.duration(20 * 10)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue