1.14.2 Update (#163)

This commit is contained in:
htmlcsjs
2025-12-14 18:48:23 +00:00
committed by GitHub
parent 4281f17e14
commit 75adf3c52d
21 changed files with 274 additions and 95 deletions

View File

@@ -0,0 +1,8 @@
ServerEvents.recipes(event => {
const greg = event.recipes.gtceu;
greg.gas_collector("void_air")
.circuit(4)
.outputFluids(Fluid.of("gtceu:air", 10000))
.dimension("javd:void")
.duration(200).EUt(16);
});