Plant_Coral_Block_Dead
Server/Item/Items/Plant/Plant_Coral_Block_Dead.json, 911 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Coral_Block_Dead.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Block_Dead.png",
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "SeaLife",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Plant_Coral_Block_Dead.png"
}
],
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"ParticleColor": "#ecd9d3",
"CubeShadingMode": "Flat"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Coral"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}