Plant_Leaves_Autumn_Floor
Server/Item/Items/Plant/Leaves/Plant_Leaves_Autumn_Floor.json, 1.4 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_Autumn_Floor.name"
},
"Icon": "Icons/ItemsGenerated/Plant_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/default.png",
"Weight": 1
}
],
"BiomeTintUp": 0,
"BiomeTintDown": 0,
"BiomeTintEast": 0,
"BiomeTintSouth": 0,
"BiomeTintWest": 0,
"BiomeTintNorth": 0,
"TintUp": [],
"Tint": [
"#a57c2a"
],
"BiomeTint": 100,
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"PlacementSettings": {
"AllowBreakReplace": true
},
"Gathering": {
"Soft": {
"DropList": "Plant_Fiber"
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Leaves",
"Material": "Empty",
"HitboxType": "Plant_Small",
"BlockSoundSetId": "Leaves",
"PhysicalMaterialId": "Foliage",
"IgnoreSupportWhenPlaced": true
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Leaves"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}