Rock_Quartzite_Cobble_Beam
Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Cobble_Beam.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Quartzite_Cobble_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Quartzite_Cobble_Beam.png",
"Set": "Rock_Quartzite",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Quartzite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Quartzite_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Supporting": {
"Down": [
{
"FaceType": "Rock_Beam"
}
],
"Up": [
{
"FaceType": "Rock_Beam"
}
]
},
"ParticleColor": "#9b884f",
"TextureComputedColor": "#917E44"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Quartzite"
]
},
"Parent": "Rock_Stone_Cobble_Beam",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}