Versions / 0.5.0-pre.8 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White_Brick_Pillar_Middle.json
Rock_Sandstone_White_Brick_Pillar_Middle
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Brick_Pillar_Middle.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
BlockType | object |
Set | string |
Tags | object |
Parent | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White_Brick_Pillar_Middle.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Brick_Pillar_Middle.png",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Sandstone_White_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Supporting": {
"Down": [
{}
],
"Up": [
{}
]
},
"ParticleColor": "#e6c367",
"Opacity": "Semitransparent"
},
"Set": "Rock_Sandstone_White",
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Brick_Pillar_Middle",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_White_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Pillar"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}