Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Soil / Clay_Brick / Soil_Clay_Brick.json

Soil_Clay_Brick

Server/Item/Items/Soil/Clay_Brick/Soil_Clay_Brick.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Brick.name"
  },
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Brick.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay_Brick",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Clays",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Bricks"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#6c4727",
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Clay_Brick.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#613F24"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft",
  "ResourceTypes": [
    {
      "Id": "Bricks"
    },
    {
      "Id": "Soil_Clay_Brick"
    }
  ]
}