Seed_Condition_Crystal
Server/Item/Interactions/Crops/Seed_Condition_Crystal.json, 284 B
Fields
| Field | Type |
|---|---|
Type | string |
Matchers | array[1] |
Next | object |
Source
{
"Type": "BlockCondition",
"Matchers": [
{
"Block": {
"Id": "Soil_Dirt_Crystal"
},
"Face": "Up"
}
],
"Next": {
"Type": "Replace",
"Var": "SeedId",
"DefaultValue": {
"Interactions": [
"Seed_Place"
]
}
}
}