Rock_Peach_Brick_Pillar_Base
Server/Item/Items/Rock/Peach/Rock_Peach_Brick_Pillar_Base.json, 948 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
Recipe | object |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Peachstone_Brick_Pillar_Base.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Peachstone_Brick_Pillar_Base.png",
"Set": "Rock_Peach",
"Parent": "Rock_Stone_Brick_Pillar_Base",
"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"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}