got the oil crops all working!
This commit is contained in:
parent
589ed9cf23
commit
88bac4db34
7 changed files with 128 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue