Deco_Lever
Server/Item/Items/Deco/Deco_Lever.json, 885 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[2] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Lever.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Lever.png",
"Categories": [
"Blocks.Deco",
"Blocks.Deco"
],
"Interactions": {
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"Opacity": "Transparent",
"CustomModel": "Blocks/Tinkering/Lever.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Tinkering/Lever_Texture.png",
"Weight": 1
}
],
"HitboxType": "Plant_Large",
"VariantRotation": "NESW",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}