Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Soil / Template_Soil.json

Template_Soil

Server/Item/Items/Soil/Template_Soil.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Setstring
ResourceTypesarray[1]
BlockTypeobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Template_Soil.name"
  },
  "Quality": "Template",
  "Icon": "Icons/ItemsGenerated/Soil_Dirt.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil",
  "ResourceTypes": [
    {
      "Id": "Soils"
    }
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Dirt.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#98743b",
    "BlockSoundSetId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Soil_Dirt.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt"
    ],
    "BlockBreakingDecalId": "Breaking_Decals_Soil"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Dirt"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}