got the oil crops all working!

This commit is contained in:
Pyritie 2025-07-06 16:22:01 +01:00
parent 589ed9cf23
commit 88bac4db34
7 changed files with 128 additions and 4 deletions

View file

@ -0,0 +1,20 @@
{
"feature": "tfg:earth/rapeseed_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 80
},
{
"type": "minecraft:in_square"
},
{
"type": "tfc:climate",
"min_temperature": -7,
"max_temperature": 25,
"min_rainfall": 50,
"max_rainfall": 350,
"max_forest": "edge"
}
]
}

View file

@ -0,0 +1,20 @@
{
"feature": "tfg:earth/sunflower_patch",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 80
},
{
"type": "minecraft:in_square"
},
{
"type": "tfc:climate",
"min_temperature": 5,
"max_temperature": 40,
"min_rainfall": 100,
"max_rainfall": 450,
"max_forest": "sparse"
}
]
}