Deco_Bone_Ribs
Server/Item/Items/Bone/Deco_Bone_Ribs.json, 1.7 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_Ribs.name"
},
"Icon": "Icons/ItemsGenerated/Bone_Ribs.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Set": "Bones",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Tubes/Corner.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Bone.png",
"Weight": 1
}
],
"Material": "Solid",
"BlockSoundSetId": "Bone",
"PhysicalMaterialId": "Stone",
"HitboxType": "Branch_Corner",
"VariantRotation": "UpDownNESW",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": "Empty"
}
},
"BlockParticleSetId": "Stone",
"MaxSupportDistance": 4,
"Support": {
"North": [
{
"FaceType": "Full"
},
{
"Support": "Ignored",
"FaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Full"
}
],
"Down": [
{
"Rotate": false,
"Support": "Ignored",
"FaceType": "Branch",
"SelfFaceType": "Branch"
}
]
},
"Supporting": {
"North": [
{
"FaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Branch"
}
]
},
"ParticleColor": "#dccd97"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Items_Bones"
}