Rock_Quartzite_Beam
Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Beam.json, 1002 B
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_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Quartzite_Beam.png",
"Set": "Rock_Quartzite",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Quartzite",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Quartzite.png",
"Weight": 1
}
],
"ParticleColor": "#a08f5b",
"TextureComputedColor": "#92814F"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Quartzite"
]
},
"Parent": "Rock_Stone_Beam",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}