Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Plant / Crop / Turnip / Plant_Crop_Turnip_Item.json

Plant_Crop_Turnip_Item

Server/Item/Items/Plant/Crop/Turnip/Plant_Crop_Turnip_Item.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
Texturestring
Modelstring
Scalenumber
Qualitystring
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Turnip.name",
    "Description": "server.items.Plant_Crop_Turnip_Item.description"
  },
  "Parent": "Template_Crop_Item",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Turnip.png",
  "IconProperties": {
    "Scale": 0.75,
    "Translation": [
      -0.6,
      -3.6
    ],
    "Rotation": [
      36,
      45,
      347.6
    ]
  },
  "Texture": "Resources/Ingredients/Turnip_Texture.png",
  "Model": "Resources/Ingredients/Turnip.blockymodel",
  "Scale": 0.9,
  "Quality": "Common",
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Solid",
    "DrawType": "Model",
    "HitboxType": "Food_Medium",
    "CustomModel": "Resources/Ingredients/Turnip.blockymodel",
    "CustomModelScale": 0.7,
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Turnip_Texture.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    }
  },
  "DropOnDeath": true
}