Deco_Nest
Server/Item/Items/Deco/Deco_Nest.json, 822 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Nest.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Nest.png",
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Blocks/Miscellaneous/Nest.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Nest_Texture.png",
"Weight": 1
}
],
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"ItemId": "Food_Egg"
}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Branch",
"ParticleColor": "#6e694d"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}