Plant_Coral_Bush_Dead
Server/Item/Items/Plant/Plant_Coral_Bush_Dead.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Coral_Bush_Dead.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Bush_Dead.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Coral_Bush_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Coral_Bush_Small_Purple_Dead.png",
"Weight": 1
}
],
"Group": "SeaLife",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage",
"MaxSupportDistance": 5,
"ParticleColor": "#ecd9d3",
"Material": "Empty",
"TextureComputedColor": "#D4C7C1"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.385,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
3.1,
-22.7
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Coral"
]
}
}