Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Crop / Carrot / Plant_Crop_Carrot_Item.json

Plant_Crop_Carrot_Item

Server/Item/Items/Plant/Crop/Carrot/Plant_Crop_Carrot_Item.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
Scalenumber
Qualitystring
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Carrot.name",
    "Description": "server.items.Plant_Crop_Carrot_Item.description"
  },
  "Parent": "Template_Crop_Item",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Carrot.png",
  "IconProperties": {
    "Scale": 0.7,
    "Translation": [
      -1.2,
      -5.4
    ],
    "Rotation": [
      40.5,
      45,
      348.8
    ]
  },
  "Scale": 1.4,
  "Quality": "Common",
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Solid",
    "DrawType": "Model",
    "HitboxType": "Food_Medium",
    "CustomModel": "Resources/Ingredients/Carrot.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Carrot_Texture.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModelScale": 0.5,
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "TextureComputedColor": "#C66C14"
  },
  "DropOnDeath": true
}