remove excluded mods

This commit is contained in:
2026-01-05 10:05:26 +01:00
parent c092c5353b
commit a7d0ff9aaa
3637 changed files with 15 additions and 74 deletions

View File

@@ -0,0 +1,12 @@
{
"acidity": "slightly_acidic",
"growth_modifier": 1.8,
"humidity": "wet",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "farmersdelight:rich_soil_farmland"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"acidity": "neutral",
"growth_modifier": 1.8,
"humidity": "damp",
"mods": [],
"nutrients": "very_high",
"variants": [
{
"block": "farmersdelight:rich_soil"
}
]
}