Plant_Coral_Giant_Dead
Server/Item/Items/Plant/Plant_Coral_Giant_Dead.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Coral_Giant_Dead.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Giant_Dead.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Coral_Giant_Branch.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Coral_Giant_Branch_Dead_Texture.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Bush",
"ParticleColor": "#ecd9d3",
"HitboxType": "Plant_Tall_Full",
"VariantRotation": "NESW"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.3,
"Rotation": [
22.5,
43.0,
22.5
],
"Translation": [
0.0,
-45.0
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Coral"
]
},
"Scale": 0.6
}