fix chorus fruit in greenhouse

This commit is contained in:
Pyritie 2026-01-27 23:42:29 +00:00
parent 18566753fd
commit edad4cc7e4
2 changed files with 8 additions and 4 deletions

View file

@ -24,6 +24,7 @@
- Paracetamol now cures a small amount of the Radioactive condition, and RadAway now cures everything completely @Pyritie
- High speed on a Belt Grinder now only requires 64 RPM instead of 128 RPM
- Glow ink now just requires a fluid solidifier and a ball mold, instead of whatever it was doing before @Pyritie
- TFC "pure" fertilisers are now all craftable and provide 100 fertiliser instead of 15 (#2884) @Coox1e
### Bug fixes
- Fixed large miners not outputting crushed ore when mining Migmatite @Pyritie
- Fixed red granite ores never dropping poor or rich raw ores @Pyritie
@ -31,9 +32,12 @@
- Fixed missing borax to flux recipe @Pyritie
- Fixed lavaproof blue steel boots not having armor resistances (#2872) @Paradalope
- Fixed the dye colors used to make Create Deco's bricks (#2859) @silllil
- Fixed the Electric Greenhouse outputting way less Chorus Fruit than before @Pyritie
- Fixed the hot ingot icons for Ostrum and Vanadium ingots looking inconsistent with the regular ingots (#2875) @RubenVerg
### Translation updates
- Chinese (simplified) @jmecn
- Russian @Petr211071
- Russian @Petr211071 + @Nixieeunrare
- Spanish @NikoNeko17
## [0.11.18] - 23-01-2026
### Important notes

View file

@ -534,10 +534,10 @@ const registerTFGGreenhouseRecipes = (event) => {
generateCropGreenHouseRecipe(event, 'ad_astra:mars', 'betterend:chorus_mushroom_seeds', 'betterend:chorus_mushroom_product', 1);
generateCropGreenHouseRecipe(event, 'ad_astra:mars', 'betterend:shadow_berry_seeds', 'betterend:shadow_berry_product', 1);
// Moon Crops
generateCropGreenHouseRecipe(event, 'ad_astra:moon', 'tfg:lunar_chorus_flower', 'minecraft:chorus_fruit', 2);
// Moon Plants
generateGreenHouseRecipe(event, 'ad_astra:moon', '8x tfg:lunar_chorus_flower', [
'64x minecraft:chorus_fruit', '8x minecraft:chorus_fruit', '8x tfg:lunar_chorus_flower', '8x tfg:lunar_chorus_flower'
], 1);
generateGreenHouseRecipe(event, 'ad_astra:moon', '8x minecraft:twisting_vines', [
'16x minecraft:twisting_vines', '8x minecraft:pearlescent_froglight', '8x minecraft:verdant_froglight', '8x minecraft:ochre_froglight'
], 1);