Rock_Gold_Brick_Roof_Flat
Server/Item/Items/Rock/Gold/Rock_Gold_Brick_Roof_Flat.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Recipe | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Gold_Brick_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Gold_Brick_Roof_Flat.png",
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Gold",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Gold_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"ParticleColor": "#feb03f",
"TextureComputedColor": "#DEA42E"
},
"Tags": {
"Family": [
"Gold"
],
"Type": [
"Rock"
]
},
"Parent": "Rock_Stone_Brick_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Gold_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"ItemSoundSetId": "ISS_Items_Metal"
}