Cloth_Block_Wool_Pink_Light
Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_Pink_Light.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
SubCategory | string |
Set | string |
Icon | string |
ItemLevel | number |
Recipe | object |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Cloth_Block_Wool_Pink_Light.name"
},
"Parent": "Cloth_Block_Wool_White",
"SubCategory": "BlockSets",
"Set": "Cloth_Wool_Pink_Light",
"Icon": "Icons/ItemsGenerated/Cloth_Block_Wool_Pink_Light.png",
"ItemLevel": 15,
"Recipe": {
"Input": [
{
"ItemId": "Cloth_Block_Wool_Pink",
"Quantity": 1
},
{
"ItemId": "Plant_Petals_White",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Textiles"
]
}
]
},
"BlockType": {
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Cloth_Pink_Light.png"
}
],
"ParticleColor": "#ffcaea",
"TextureComputedColor": "#E0C4E4"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}