Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Plant / Crop / Wheat / Plant_Crop_Wheat_Item.json

Plant_Crop_Wheat_Item

Server/Item/Items/Plant/Crop/Wheat/Plant_Crop_Wheat_Item.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
Iconstring
PlayerAnimationsIdstring
Categoriesarray[1]
IconPropertiesobject
Interactionsobject
ResourceTypesarray[0]
Texturestring
Modelstring
DroppedItemAnimationstring
Tagsobject
ItemEntityobject
Consumableboolean
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Wheat.name"
  },
  "Parent": "Template_Crop_Item",
  "Quality": "Common",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Wheat.png",
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Items.Ingredients"
  ],
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      -10.2,
      -14.1
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Interactions": {
    "Secondary": {
      "RequireNewClick": true,
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "ResourceTypes": [],
  "Texture": "Resources/Ingredients/Wheat_Texture.png",
  "Model": "Resources/Ingredients/Wheat.blockymodel",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Consumable": false,
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Empty",
    "DrawType": "Model",
    "HitboxType": "Food_Small",
    "CustomModel": "Resources/Ingredients/Wheat.blockymodel",
    "CustomModelScale": 0.7,
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Wheat_Texture.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    }
  },
  "DropOnDeath": true
}