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