Plant_Petals_Red
Server/Item/Items/Plant/Petals/Plant_Petals_Red.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
IconProperties | object |
BlockType | object |
ItemLevel | number |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Petals_Red.name",
"Description": "server.items.Plant_Petals_Red.description"
},
"Parent": "Plant_Petals_White",
"Icon": "Icons/ItemsGenerated/Plant_Petals_Red.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
2,
-1
]
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Petal_Textures/Red.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {}
},
"ParticleColor": "#ee2929"
},
"ItemLevel": 29,
"Recipe": {
"Input": [
{
"ItemId": "Plant_Fruit_Apple",
"Quantity": 1
},
{
"ItemId": "Plant_Petals_White",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Textiles"
]
}
]
}
}