Plant_Leaves_Jungle_Floor
Server/Item/Items/Plant/Leaves/Plant_Leaves_Jungle_Floor.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Interactions | object |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Jungle_Floor.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Jungle_Floor_Leaves.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Cutout",
"CustomModel": "Blocks/Foliage/Plants/Leaves_Floor.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Leaves_Floor_Textures/Jungle.png",
"Weight": 1
}
],
"BiomeTintUp": 0,
"BiomeTintDown": 0,
"BiomeTintEast": 0,
"BiomeTintSouth": 0,
"BiomeTintWest": 0,
"BiomeTintNorth": 0,
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"PlacementSettings": {
"AllowBreakReplace": true
},
"Gathering": {
"Soft": {
"DropList": "Plant_Leaves"
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Leaves",
"BlockSoundSetId": "Plant",
"ParticleColor": "#60a52e",
"IgnoreSupportWhenPlaced": true
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.795,
"Translation": [
0.7,
-8.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Family": [
"Leaves"
],
"Type": [
"Plant"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}