Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Ingredient / Ingredient_Charcoal.json

Ingredient_Charcoal

Server/Item/Items/Ingredient/Ingredient_Charcoal.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
ResourceTypesarray[1]
FuelQualitynumber
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Charcoal.name"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Charcoal_Small.png",
  "Categories": [
    "Items.Ingredients"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Stone/Rubble_Charcoal.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Rubble/Rubble_Textures/Charcoal.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "HitboxType": "Rubble",
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {},
      "Harvest": {}
    },
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "TextureComputedColor": "#29292A"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    }
  ],
  "FuelQuality": 6,
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "DropOnDeath": true
}