Plant_Barnacles
Server/Item/Items/Plant/Plant_Barnacles.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Categories | array[1] |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Barnacles.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Barnacles.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Water/Barnacles.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Barnacles_Texture.png",
"Weight": 1
}
],
"VariantRotation": "DoublePipe",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Plant_Fiber"
}
},
"HitboxType": "Block_Flat",
"BlockParticleSetId": "Flower",
"MovementSettings": {
"IsClimbable": true
},
"RandomRotation": "YawStep90",
"BlockSoundSetId": "Grass",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#73664e",
"TextureComputedColor": "#655B3D"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Blocks.Plants"
],
"IconProperties": {
"Scale": 0.7,
"Rotation": [
90.0,
0.0,
0.0
],
"Translation": [
1.0,
-1.0
]
},
"Tags": {
"Type": [
"Plant"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}