various crop related things

This commit is contained in:
Pyritie 2025-10-03 01:20:03 +01:00
parent abaca75e1e
commit d68c0550f9
7 changed files with 33 additions and 13 deletions

View file

@ -661,7 +661,7 @@ function registerTFGCropRanges(event) {
}, "betterend:amber_root");
event.climateRange((climate) => {
climate.minHydration(0);
climate.minHydration(70);
climate.maxHydration(100);
climate.minTemperature(-80);
climate.maxTemperature(30);
@ -697,7 +697,7 @@ function registerTFGCropRanges(event) {
}, "betterend:chorus_mushroom");
event.climateRange((climate) => {
climate.minHydration(0);
climate.minHydration(50);
climate.maxHydration(100);
climate.minTemperature(-80);
climate.maxTemperature(30);

View file

@ -193,6 +193,14 @@ function registerTFGSpaceRecipes(event) {
.EUt(GTValues.VA[GTValues.MV])
.dimension('ad_astra:moon')
event.recipes.gtceu.mixer('tfg:bio_glowstone')
.itemInputs('betterend:cave_pumpkin_chunks', '4x species:alphacene_mushroom_block')
.outputFluids(Fluid.of('gtceu:biomass', 100))
.itemOutputs('2x minecraft:glowstone_dust')
.duration(5 * 20)
.EUt(GTValues.VA[GTValues.EV])
.dimension('ad_astra:mars')
// Lightblooms
event.recipes.gtceu.greenhouse('tfg:lightbloom')
.notConsumable('8x minecraft:twisting_vines')