Rock_Peach_Brick_Pillar_Middle
Server/Item/Items/Rock/Peach/Rock_Peach_Brick_Pillar_Middle.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
Recipe | object |
BlockType | object |
IconProperties | object |
Variant | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Peachstone_Brick_Pillar_Middle.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Peachstone_Brick_Pillar_Middle.png",
"Set": "Rock_Peach",
"Parent": "Rock_Stone_Brick_Pillar_Middle",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Peach_Brick",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Pillar"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Peachstone_Brick.png",
"Weight": 1
}
],
"ParticleColor": "#cd835a",
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"TextureComputedColor": "#CA8158"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Variant": true
}