Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Crop / Cotton / Plant_Crop_Cotton_Item.json

Plant_Crop_Cotton_Item

Server/Item/Items/Plant/Crop/Cotton/Plant_Crop_Cotton_Item.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
PlayerAnimationsIdstring
Categoriesarray[1]
IconPropertiesobject
ResourceTypesarray[0]
Scalenumber
Tagsobject
Interactionsobject
ItemSoundSetIdstring
BlockTypeobject
DropOnDeathboolean
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Cotton.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Cotton.png",
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Items.Ingredients"
  ],
  "IconProperties": {
    "Scale": 1.2,
    "Translation": [
      -1.5,
      -4.2
    ],
    "Rotation": [
      30.4,
      34.9,
      0
    ]
  },
  "ResourceTypes": [],
  "Scale": 1.1,
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "Interactions": {
    "Secondary": "Block_Secondary"
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Solid",
    "DrawType": "Model",
    "HitboxType": "Food_Medium",
    "CustomModel": "Resources/Ingredients/Cotton.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Cotton_Texture.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "TextureComputedColor": "#8A7D6C"
  },
  "DropOnDeath": true,
  "Quality": "Common"
}