Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Soil / Clay_Raw / Soil_Clay_Raw_Brick.json

Soil_Clay_Raw_Brick

Server/Item/Items/Soil/Clay_Raw/Soil_Clay_Raw_Brick.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Qualitystring
MaxStacknumber
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Raw_Brick.name"
  },
  "ItemLevel": 15,
  "Quality": "Developer",
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Raw_Brick.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay_Raw_Brick",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Soil_Clay_Blue",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 2
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "Weight": 8,
        "Sides": "BlockTextures/Clay_Brick_Raw_Side.png",
        "UpDown": "BlockTextures/Clay_Brick_Raw_Top.png"
      },
      {
        "UpDown": "BlockTextures/Clay_Brick_Raw_Top.png",
        "Sides": "BlockTextures/Clay_Brick_Raw_Side_02.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#6a887b",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#D65545"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  }
}