Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Interactions / Crops / Seed_Place.json

Seed_Place

Server/Item/Interactions/Crops/Seed_Place.json, 389 B

Fields

FieldType
Typestring
BlockTypeToPlacestring
RemoveItemInHandboolean
AllowDragPlacementboolean
Effectsobject
RunTimenumber

Source

{
  "Type": "PlaceBlock",
  "BlockTypeToPlace": "Rock_Stone",
  "RemoveItemInHand": true,
  "AllowDragPlacement": false,
  "Effects": {
    "ItemAnimationId": "Interact",
    "LocalSoundEventId": "SFX_Seeds_Place",
    "Particles": [
      {
        "SystemId": "Seed_Place_Dust",
        "Color": "#b4a389",
        "TargetEntityPart": "PrimaryItem"
      }
    ]
  },
  "RunTime": 0.15
}