Wood_Softwood_Roof_Flat
Server/Item/Items/Wood/Softwood/Wood_Softwood_Roof_Flat.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Softwood_Roof_Flat.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Wood_Softwood_Roof_Flat.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Wood_Softwood_Planks",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Flat_Hay.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Hay_Textures/Softwood.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Block_Flat",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"VariantRotation": "NESW",
"BlockParticleSetId": "Wood",
"Supporting": {
"Down": [
{}
]
},
"ParticleColor": "#65482d",
"BlockSoundSetId": "Grass",
"PhysicalMaterialId": "Foliage",
"TextureComputedColor": "#7F5633"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.58823,
"Translation": [
-1.1,
-4.1
]
},
"Tags": {
"Type": [
"Wood"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Softwood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1
}
}