Plant_Coral_Model_Dead
Server/Item/Items/Plant/Plant_Coral_Model_Dead.json, 1.3 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_Model_Dead.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Model_Dead.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Coral_Sponge_Cyan.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Coral_Sponge_Cyan_Dead_Texture.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"HitboxType": "Plant_Medium",
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#ecd9d3",
"TextureComputedColor": "#DCCDCB"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.615,
"Rotation": [
36.59,
0.0,
0.0
],
"Translation": [
-0.285,
-9.285
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Coral"
]
}
}