Plant_Coral_Bush_Green
Server/Item/Items/Plant/Coral/Plant_Coral_Bush_Green.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Coral_Bush_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Bush_Green.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Coral_Bush.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Coral_Bush_Textures/Green.png",
"Weight": 1
}
],
"Group": "SeaLife",
"Effect": [
"WindAttached"
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage",
"MaxSupportDistance": 5,
"Support": {
"All": [
{
"Support": "Ignored",
"BlockTypeId": "Plant_Coral_Bush_Green"
}
],
"Down": [
{
"FaceType": "Full",
"Rotate": false,
"AllowSupportPropagation": false
}
],
"Horizontal": [
{
"FaceType": "Full",
"Rotate": false,
"AllowSupportPropagation": false
}
]
},
"ParticleColor": "#aaff54"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.385,
"Translation": [
3.1,
-22.700001
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Coral"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}