Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Crops / Seed_Condition_Crystal.json

Seed_Condition_Crystal

Server/Item/Interactions/Crops/Seed_Condition_Crystal.json, 284 B

Fields

FieldType
Typestring
Matchersarray[1]
Nextobject

Source

{
  "Type": "BlockCondition",
  "Matchers": [
    {
      "Block": {
        "Id": "Soil_Dirt_Crystal"
      },
      "Face": "Up"
    }
  ],
  "Next": {
    "Type": "Replace",
    "Var": "SeedId",
    "DefaultValue": {
      "Interactions": [
        "Seed_Place"
      ]
    }
  }
}