Plant_Petals_Black
Server/Item/Items/Plant/Petals/Plant_Petals_Black.json, 1.4 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_Black.name",
"Description": "server.items.Plant_Petals_Black.description"
},
"Parent": "Plant_Petals_White",
"Icon": "Icons/ItemsGenerated/Plant_Petals_Black.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
2,
-1
]
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Plants/Petal.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Petal_Textures/Black.png",
"Weight": 1
}
],
"BlockSoundSetId": "Seeds",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"Material": "Empty",
"HitboxType": "Plant_Seed",
"BlockParticleSetId": "Dust",
"CustomModelScale": 1,
"ParticleColor": "#f3dde2"
},
"ItemLevel": 22,
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Charcoal",
"Quantity": 1
},
{
"ItemId": "Plant_Petals_White",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Textiles"
]
}
]
}
}