Seed_Condition
Server/Item/Interactions/Crops/Seed_Condition.json, 374 B
Fields
| Field | Type |
|---|---|
Type | string |
Matchers | array[2] |
Next | object |
Source
{
"Type": "BlockCondition",
"Matchers": [
{
"Block": {
"Id": "Soil_Dirt_Tilled"
},
"Face": "Up"
},
{
"Block": {
"Tag": "SubType=Planter"
},
"Face": "Up"
}
],
"Next": {
"Type": "Replace",
"Var": "SeedId",
"DefaultValue": {
"Interactions": [
"Seed_Place"
]
}
}
}