Plant_Leaves_Poisoned_Floor
Server/Item/Items/Plant/Leaves/Plant_Leaves_Poisoned_Floor.json, 1.2 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_Leaves_Poisoned_Floor.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Poisoned_Floor_Leaves.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Cutout",
"CustomModel": "Blocks/Foliage/Plants/Leaves_Floor.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Leaves_Floor_Textures/Poisoned.png",
"Weight": 1
}
],
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Plant_Leaves"
},
"UseDefaultDropWhenPlaced": true
},
"PlacementSettings": {
"AllowBreakReplace": true
},
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#504657",
"IgnoreSupportWhenPlaced": true,
"TextureComputedColor": "#393031"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Leaves"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}