We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09cd36c + bc7e1c2 commit a9b9ac3Copy full SHA for a9b9ac3
1 file changed
kubejs/server_scripts/multiblock recipes/chemical_plant.js
@@ -170,4 +170,11 @@ ServerEvents.recipes(event => {
170
.duration(100)
171
.EUt(GTValues.VHA[GTValues.LuV]);
172
173
+ event.recipes.gtceu.chemical_skip(id('glycerol_skip'))
174
+ .itemInputs('gtceu:carbon_dust 3')
175
+ .inputFluids('gtceu:hydrogen 8000', 'gtceu:oxygen 3000')
176
+ .outputFluids('gtceu:glycerol 1000')
177
+ .duration(200)
178
+ .EUt(GTValues.VHA[GTValues.LuV]);
179
+
180
});
0 commit comments