Deco_Bone_Pile
Server/Item/Items/Bone/Deco_Bone_Pile.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Set | string |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Bone_Pile.name"
},
"Icon": "Icons/ItemsGenerated/Bone_Pile.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Set": "Bones",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Bone_Ribs_Stack.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Dungeons/Bone_Ribs_Stack_Texture.png"
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": "Empty"
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Bone",
"HitboxType": "Plant_Small",
"Opacity": "Semitransparent",
"Material": "Solid",
"ParticleColor": "#dccd97"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Items_Bones"
}