Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Soil / Clay_Plaster / Soil_Clay_Smooth_Grey.json

Soil_Clay_Smooth_Grey

Server/Item/Items/Soil/Clay_Plaster/Soil_Clay_Smooth_Grey.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Smooth_Grey.name"
  },
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Smooth_Grey.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay_Smooth",
  "ItemLevel": 75,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Soil_Clay",
        "Quantity": 2
      },
      {
        "ItemId": "Plant_Petals_Black",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Petals_White",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Pottery"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "ParticleColor": "#6A635E",
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Clay_Smooth_Grey.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TextureComputedColor": "#59543D"
  },
  "ResourceTypes": [
    {
      "Id": "Clays"
    }
  ],
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}