Rock_Basalt_Brick_Decorative
Server/Item/Items/Rock/Basalt/Rock_Basalt_Brick_Decorative.json, 1018 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
ResourceTypes | array[1] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Basalt_Brick_Decorative.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Basalt_Brick_Decorative.png",
"Set": "Rock_Basalt",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Basalt"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Basalt_Brick_Decorative.png",
"Weight": 1
}
],
"ParticleColor": "#5a5144",
"TextureComputedColor": "#413E2A"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Basalt"
]
},
"Parent": "Rock_Basalt_Brick",
"ResourceTypes": [
{
"Id": "Rock_Basalt_Brick"
}
]
}