Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Plant / Crop / Onion / Plant_Crop_Onion_Item.json

Plant_Crop_Onion_Item

Server/Item/Items/Plant/Crop/Onion/Plant_Crop_Onion_Item.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
Qualitystring
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Onion.name",
    "Description": "server.items.Plant_Crop_Onion_Item.description"
  },
  "Parent": "Template_Crop_Item",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Onion.png",
  "IconProperties": {
    "Scale": 1.145,
    "Translation": [
      0,
      -1.2
    ],
    "Rotation": [
      20.3,
      64.1,
      22
    ]
  },
  "Quality": "Common",
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Solid",
    "DrawType": "Model",
    "HitboxType": "Food_Medium",
    "CustomModel": "Resources/Ingredients/Onion.blockymodel",
    "CustomModelScale": 0.7,
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Onion_Texture.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "TextureComputedColor": "#817341"
  },
  "DropOnDeath": true
}