Plant_Flower_Common_White
Server/Item/Items/Plant/Flowers/Plant_Flower_Common_White.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ResourceTypes | array[1] |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Flower_Common_White.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Common_White.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Flowers/Hydrangea.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/Hydrangea_White.png",
"Weight": 1
}
],
"Opacity": "Transparent",
"Group": "Plant",
"HitboxType": "Plant_Large",
"Effect": [
"WindFractal"
],
"CustomModelScale": 1,
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Plant_Flower_White_Harvest"
},
"Harvest": {}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"TagId": "SubType=Planter"
}
]
},
"BlockParticleSetId": "Flower",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"TextureComputedColor": "#919C6E"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.685,
"Translation": [
-0.5,
-20.3
],
"Rotation": [
0,
50.81,
1.31
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Flower"
]
},
"ResourceTypes": [
{
"Id": "Flowers"
}
],
"ItemSoundSetId": "ISS_Items_Foliage"
}