Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Plant / Crop / Lettuce / Plant_Crop_Lettuce_Item.json

Plant_Crop_Lettuce_Item

Server/Item/Items/Plant/Crop/Lettuce/Plant_Crop_Lettuce_Item.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Parentstring
Iconstring
IconPropertiesobject
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Lettuce.name",
    "Description": "server.items.Plant_Crop_Lettuce_Item.description"
  },
  "Quality": "Common",
  "Parent": "Template_Crop_Item",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Lettuce.png",
  "IconProperties": {
    "Scale": 0.7,
    "Translation": [
      -3,
      -7.8
    ],
    "Rotation": [
      42.8,
      29.3,
      0
    ]
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Solid",
    "DrawType": "Model",
    "HitboxType": "Food_Medium",
    "CustomModel": "Resources/Ingredients/Cabbage.blockymodel",
    "CustomModelScale": 0.7,
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Cabbage_Lettuce.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "TextureComputedColor": "#46832D"
  },
  "DropOnDeath": true
}