Rock_Sandstone_Brick_Roof_Flat
Server/Item/Items/Rock/Sandstone/Rock_Sandstone_Brick_Roof_Flat.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Recipe | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_Brick_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_Brick_Roof_Flat.png",
"Set": "Rock_Sandstone",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Sandstone_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#bd8f45"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone_Brick_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}