Plant_Coral_Model_Green
Server/Item/Items/Plant/Coral/Plant_Coral_Model_Green.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Coral_Model_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Model_Green.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Coral_Tubes_Green.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Coral_Tubes_Green_Texture.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#b5ff65"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Coral"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}