Cloth_Block_Wool_White
Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_White.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
ItemLevel | number |
Recipe | object |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Cloth_Block_Wool_White.name"
},
"Icon": "Icons/ItemsGenerated/Cloth_White.png",
"ItemLevel": 2,
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bolt_Wool",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Textiles"
]
}
]
},
"Categories": [
"Blocks.Cloth"
],
"SubCategory": "BlockSets",
"Set": "Cloth_Wool_White",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Cloth",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Dust",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Cloth_White.png"
}
],
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Wool",
"ParticleColor": "#f5f5f5",
"TextureComputedColor": "#EEEEEE"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Cloth"
]
},
"ItemSoundSetId": "ISS_Items_Cloth"
}