Wood_Blackwood_Roof_Flat
Server/Item/Items/Wood/Blackwood/Wood_Blackwood_Roof_Flat.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Blackwood_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Wood_Blackwood_Roof_Flat.png",
"Set": "Wood_Blackwood_Planks",
"BlockType": {
"CustomModel": "Blocks/Structures/Roofs/Flat.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Textures/Blackwood.png",
"Weight": 4
},
{
"Texture": "Blocks/Structures/Roofs/Slope_Textures/Blackwood_02.png",
"Weight": 1
}
],
"HitboxType": "Stairs_Flat",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"ParticleColor": "#443f37",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Blackwood"
]
},
"Parent": "Wood_Softwood_Roof_Flat",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Blackwood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1
}
}