The big green PR (#2694)

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* firmalife gh stuff

* chloroplasts and brick regex

* gh recipes

* pisciculture fishery

* I am going insane

* more casings = more gooder

* rotten voiding cover

* greenhouse glory

* Is this it chat

* not needed

Signed-off-by: Redeix <redeix.m@gmail.com>

* missed in conflicts

Signed-off-by: Redeix <redeix.m@gmail.com>

* consumerism

* re-add tag import

* remove unused object map

* id normalizer function

---------

Signed-off-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
Redeix 2026-01-10 19:30:46 -06:00 committed by GitHub
parent 3899512635
commit 900e1de8e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
340 changed files with 3654 additions and 798 deletions

View file

@ -462,6 +462,22 @@ function registerTFGBiochemRecipes(event) {
organics.forEach(organic =>
deccellularizationRecipe(event, organic.type, organic.id, organic.amount)
);
// Chlorplast "Centrifuging"
event.recipes.gtceu.bioreactor('tfg:chloroplasts')
.notConsumableFluid(
Fluid.of('gtceu:glycerol', 1000)
)
.inputFluids(
Fluid.of('gtceu:biomass', 8000)
)
.outputFluids(
Fluid.of('tfg:chloroplasts', 100),
Fluid.of('minecraft:water', 6000),
Fluid.of('gtceu:seed_oil', 1900)
)
.duration(20*20)
.EUt(GTValues.VA[GTValues.EV]);
//#endregion
//#region Gram Stain