Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Soil / Dirt / Soil_Dirt_Wet.json

Soil_Dirt_Wet

Server/Item/Items/Soil/Dirt/Soil_Dirt_Wet.json, 739 B

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Parentstring
Iconstring
BlockTypeobject
Tagsobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Dirt_Wet.name"
  },
  "ItemLevel": 10,
  "Parent": "Template_Soil",
  "Icon": "Icons/ItemsGenerated/Soil_Dirt_Wet.png",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Soil_Dirt_Wet.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#7f4333",
    "TransitionTexture": "BlockTextures/Transition_Soil_Dirt_Wet.png",
    "TextureComputedColor": "#7D4031"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Dirt"
    ],
    "Spreadable": [
      "Grass"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}