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
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
### Breaking changes
|
||||||
|
- The chemical reactor recipe for making Kaolinite Powder now uses circuit 3 @Pyritie
|
||||||
### Changes
|
### Changes
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
### Translation updates
|
### Translation updates
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ function registerTFGEnderPearlRecipes(event) {
|
||||||
.inputFluids(Fluid.of('gtceu:distilled_water', 6000), Fluid.of('gtceu:chlorine', 8000))
|
.inputFluids(Fluid.of('gtceu:distilled_water', 6000), Fluid.of('gtceu:chlorine', 8000))
|
||||||
.itemOutputs('17x tfc:powder/kaolinite')
|
.itemOutputs('17x tfc:powder/kaolinite')
|
||||||
.outputFluids(Fluid.of('gtceu:hydrochloric_acid', 8000))
|
.outputFluids(Fluid.of('gtceu:hydrochloric_acid', 8000))
|
||||||
|
.circuit(3)
|
||||||
.duration(20 * 10)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VA[GTValues.HV])
|
.EUt(GTValues.VA[GTValues.HV])
|
||||||
|
|
||||||
|
|
@ -14,6 +15,7 @@ function registerTFGEnderPearlRecipes(event) {
|
||||||
.inputFluids(Fluid.of('gtceu:distilled_water', 6000), Fluid.of('gtceu:chlorine', 8000))
|
.inputFluids(Fluid.of('gtceu:distilled_water', 6000), Fluid.of('gtceu:chlorine', 8000))
|
||||||
.itemOutputs('17x tfc:powder/kaolinite', '1x #forge:dusts/chromium')
|
.itemOutputs('17x tfc:powder/kaolinite', '1x #forge:dusts/chromium')
|
||||||
.outputFluids(Fluid.of('gtceu:hydrochloric_acid', 8000))
|
.outputFluids(Fluid.of('gtceu:hydrochloric_acid', 8000))
|
||||||
|
.circuit(3)
|
||||||
.duration(20 * 10)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VA[GTValues.HV])
|
.EUt(GTValues.VA[GTValues.HV])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue