Merge branch 'feature/space' into dev

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
Redeix 2025-06-22 00:40:02 -05:00 committed by GitHub
commit 2138a8b0dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
988 changed files with 238425 additions and 5714 deletions

View file

@ -166,24 +166,28 @@ const registerGTCEURecipes = (event) => {
event.recipes.gtceu.compressor('plant_ball_from_tfc_seeds')
.itemInputs('8x #tfc:seeds')
.itemOutputs('gtceu:plant_ball')
.circuit(1)
.duration(300)
.EUt(2)
event.recipes.gtceu.compressor('plant_ball_from_tfc_food')
.itemInputs('8x #tfc:foods')
.itemOutputs('gtceu:plant_ball')
.circuit(1)
.duration(300)
.EUt(2)
event.recipes.gtceu.compressor('plant_ball_from_tfc_plants')
.itemInputs('8x #tfc:plants')
.itemOutputs('gtceu:plant_ball')
.circuit(1)
.duration(300)
.EUt(2)
event.recipes.gtceu.compressor('plant_ball_from_tfc_corals')
.itemInputs('8x #tfc:corals')
.itemOutputs('gtceu:plant_ball')
.circuit(1)
.duration(300)
.EUt(2)