make chorus flowers drop 100% of the time, but now more are required

This commit is contained in:
Pyritie 2026-02-03 01:34:00 +00:00
parent 260851074c
commit 5aa82d80af
2 changed files with 3 additions and 9 deletions

View file

@ -37,13 +37,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "tfg:lunar_chorus_flower",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.2
}
]
"name": "tfg:lunar_chorus_flower"
}
],
"conditions": [

View file

@ -579,8 +579,8 @@ const registerTFGGreenhouseRecipes = (event) => {
generateCropGreenHouseRecipe(event, 'ad_astra:mars', 'betterend:shadow_berry_seeds', 'betterend:shadow_berry_product', null, 1);
// 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'
generateGreenHouseRecipe(event, 'ad_astra:moon', '16x tfg:lunar_chorus_flower', [
'64x minecraft:chorus_fruit', '8x minecraft:chorus_fruit', '4x tfg:lunar_chorus_flower', '4x tfg:lunar_chorus_flower'
], 1, 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'