Plant_Petals_White
Server/Item/Items/Plant/Petals/Plant_Petals_White.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
IconProperties | object |
Categories | array[1] |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Petals_White.name",
"Description": "server.items.Plant_Petals_White.description"
},
"Icon": "Icons/ItemsGenerated/Plant_Petals_White.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
2,
-1
]
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Cotton_Item",
"Quantity": 1
},
{
"ItemId": "Plant_Petals_Yellow",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Textiles"
]
}
]
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Plants/Petal.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Petal_Textures/White.png",
"Weight": 1
}
],
"BlockSoundSetId": "Seeds",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"Material": "Empty",
"HitboxType": "Plant_Seed",
"BlockParticleSetId": "Dust",
"CustomModelScale": 1,
"ParticleColor": "#f3dde2"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Petals"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 21
}