Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Soil / Clay_Ocean_Brick / Soil_Clay_Ocean_Brick_Smooth.json

Soil_Clay_Ocean_Brick_Smooth

Server/Item/Items/Soil/Clay_Ocean_Brick/Soil_Clay_Ocean_Brick_Smooth.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Ocean_Brick_Smooth.name"
  },
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Ocean_Brick_Smooth.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay_Ocean_Brick",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Soil_Clay_Ocean",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Smooth"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Clay_Ocean_Brick_Smooth.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#6a887b",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#45604B"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft",
  "Parent": "Soil_Clay_Ocean_Brick",
  "ResourceTypes": [
    {
      "Id": "Soil_Clay_Ocean_Brick"
    }
  ]
}