Plant_Bramble_Moss_Twisted
Server/Item/Items/Plant/Plant_Bramble_Moss_Twisted.json, 1.5 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_Bramble_Moss_Twisted.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Bramble_Moss_Twisted.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Bush_Big.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Brambles_Green.png",
"Weight": 1
}
],
"Opacity": "Semitransparent",
"Group": "Plant",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Plant_Bush"
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"FaceType": "Bushes"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Bushes"
}
]
},
"BlockParticleSetId": "Leaves_Branches",
"ParticleColor": "#719f21",
"BlockSoundSetId": "Bramble",
"Interactions": {
"Collision": "Environmental_Block_Damage"
},
"Effect": [
"WindAttached"
]
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.395,
"Rotation": [
22.5,
66.375,
22.5
],
"Translation": [
-2.4,
-19.8
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Moss"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}