Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Soil / Dirt / Soil_Dirt_Burnt.json

Soil_Dirt_Burnt

Server/Item/Items/Soil/Dirt/Soil_Dirt_Burnt.json, 632 B

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Parentstring
Iconstring
BlockTypeobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Dirt_Burnt.name"
  },
  "ItemLevel": 10,
  "Parent": "Template_Soil",
  "Icon": "Icons/ItemsGenerated/Soil_Dirt_Burnt.png",
  "BlockType": {
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Dirt_Burnt.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#593b24",
    "TransitionTexture": "BlockTextures/Transition_Soil_Dirt_Burnt.png",
    "TextureComputedColor": "#513B29"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Dirt"
    ],
    "Spreadable": [
      "Grass_Burnt"
    ]
  }
}