Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Soil / Dirt / Soil_Dirt.json

Soil_Dirt

Server/Item/Items/Soil/Dirt/Soil_Dirt.json, 568 B

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Parentstring
Iconstring
BlockTypeobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Dirt.name"
  },
  "ItemLevel": 10,
  "Parent": "Template_Soil",
  "Icon": "Icons/ItemsGenerated/Soil_Dirt.png",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Soil_Dirt.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#98743b",
    "TransitionTexture": "BlockTextures/Transition_Soil_Dirt.png",
    "TextureComputedColor": "#88632B"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Dirt"
    ],
    "Spreadable": [
      "Grass"
    ]
  }
}