Soil_Clay_Brick_Wall
Server/Item/Items/Soil/Clay_Brick/Soil_Clay_Brick_Wall.json, 2.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Clay_Brick_Wall.name"
},
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Soil_Clay_Brick_Wall.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Soil_Clay_Brick",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Clays",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wall"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Walls/Wall_Snow_Brick.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Stairs/Stairs_Textures/Clay_Brick.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Fence",
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "Wall",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [
{
"FaceType": "Wall"
}
],
"Up": [
{
"FaceType": "Wall"
}
]
},
"ParticleColor": "#6c4727",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Walls/Wall_Snow_Brick_Corner.blockymodel",
"HitboxType": "Fence_Corner",
"Gathering": {
"Breaking": {
"ItemId": "Soil_Clay_Brick_Wall",
"GatherType": "Rocks"
}
},
"FlipType": "OrthogonalInverse"
},
"T": {
"CustomModel": "Blocks/Structures/Walls/Wall_Snow_Brick_T.blockymodel",
"Gathering": {
"Breaking": {
"ItemId": "Soil_Clay_Brick_Wall",
"GatherType": "Rocks"
}
},
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Structures/Walls/Wall_Snow_Brick_Cross.blockymodel",
"Gathering": {
"Breaking": {
"ItemId": "Soil_Clay_Brick_Wall",
"GatherType": "Rocks"
}
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "WallConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Soil_Clay_Brick_Wall",
"Corner": "*Soil_Clay_Brick_Wall_State_Definitions_Corner",
"T_Junction": "*Soil_Clay_Brick_Wall_State_Definitions_T",
"Cross_Junction": "*Soil_Clay_Brick_Wall_State_Definitions_Cross"
}
},
"TextureComputedColor": "#624024"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Clay"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}