make chorus flowers drop 100% of the time, but now more are required
This commit is contained in:
parent
260851074c
commit
5aa82d80af
2 changed files with 3 additions and 9 deletions
|
|
@ -37,13 +37,7 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "tfg:lunar_chorus_flower",
|
"name": "tfg:lunar_chorus_flower"
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:random_chance",
|
|
||||||
"chance": 0.2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conditions": [
|
"conditions": [
|
||||||
|
|
|
||||||
|
|
@ -579,8 +579,8 @@ const registerTFGGreenhouseRecipes = (event) => {
|
||||||
generateCropGreenHouseRecipe(event, 'ad_astra:mars', 'betterend:shadow_berry_seeds', 'betterend:shadow_berry_product', null, 1);
|
generateCropGreenHouseRecipe(event, 'ad_astra:mars', 'betterend:shadow_berry_seeds', 'betterend:shadow_berry_product', null, 1);
|
||||||
|
|
||||||
// Moon Plants
|
// Moon Plants
|
||||||
generateGreenHouseRecipe(event, 'ad_astra:moon', '8x tfg:lunar_chorus_flower', [
|
generateGreenHouseRecipe(event, 'ad_astra:moon', '16x tfg:lunar_chorus_flower', [
|
||||||
'64x minecraft:chorus_fruit', '8x minecraft:chorus_fruit', '8x tfg:lunar_chorus_flower', '8x tfg:lunar_chorus_flower'
|
'64x minecraft:chorus_fruit', '8x minecraft:chorus_fruit', '4x tfg:lunar_chorus_flower', '4x tfg:lunar_chorus_flower'
|
||||||
], 1, 1);
|
], 1, 1);
|
||||||
generateGreenHouseRecipe(event, 'ad_astra:moon', '8x minecraft:twisting_vines', [
|
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'
|
'16x minecraft:twisting_vines', '8x minecraft:pearlescent_froglight', '8x minecraft:verdant_froglight', '8x minecraft:ochre_froglight'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue