Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / Crops / Seed_Condition.json

Seed_Condition

Server/Item/Interactions/Crops/Seed_Condition.json, 374 B

Fields

FieldType
Typestring
Matchersarray[2]
Nextobject

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"
      ]
    }
  }
}