Black Petals is an item in Hytale, categorized under the Plant category.
It was added in Update 2 on January 24th, 2026.
No description available.
The crafting recipe for Black Petals in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Plant_Petals_Black.name"
},
"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"
]
}
]
}
}