Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Soil / Soil_Clay_Ocean.json

Soil_Clay_Ocean

Server/Item/Items/Soil/Soil_Clay_Ocean.json, 952 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Ocean.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay_Ocean",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Clay_Ocean.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "ParticleColor": "#486f59",
    "TextureComputedColor": "#4F6952"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Ocean.png",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}