Versions / 0.6.0-pre.2 / Item / Items / Soil / Clay_Ocean_Brick / Soil_Clay_Ocean_Brick_Pillar_Base.json
Soil_Clay_Ocean_Brick_Pillar_Base
Server/Item/Items/Soil/Clay_Ocean_Brick/Soil_Clay_Ocean_Brick_Pillar_Base.json, 1.5 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_Ocean_Brick_Pillar_Base.name"
},
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Soil_Clay_Ocean_Brick_Pillar_Base.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Soil_Clay_Ocean_Brick",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Soil_Clay_Ocean_Brick",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Pillar"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Pillars/Pillar_Base.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Clay_Ocean_Brick.png",
"Weight": 1
}
],
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDown",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [
{}
],
"Up": [
{}
]
},
"ParticleColor": "#6a887b",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#415D47"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Clay"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}