Versions / 0.5.0-pre.9.2 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White_Cobble_Roof_Flat.json
Rock_Sandstone_White_Cobble_Roof_Flat
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Cobble_Roof_Flat.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
IconProperties | object |
Tags | object |
Parent | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White_Cobble_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Cobble_Roof_Flat.png",
"Set": "Rock_Sandstone_White",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Textures/Sandstone_White_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#cca863",
"TextureComputedColor": "#C7A163"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
-1.1,
-4.1
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Cobble_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_White"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}