Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Soil / Clay / Soil_Clay.json

Soil_Clay

Server/Item/Items/Soil/Clay/Soil_Clay.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Clay.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Rock_Sandstone_Red",
        "Quantity": 4
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Pottery"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "ParticleColor": "#be7f51",
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Clay.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TextureComputedColor": "#966139"
  },
  "ResourceTypes": [
    {
      "Id": "Clays"
    }
  ],
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}