Deco_Bone_Spike_Large
Server/Item/Items/Bone/Deco_Bone_Spike_Large.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Set | string |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Bone_Spike_Large.name"
},
"Icon": "Icons/ItemsGenerated/Bone_Spike_Large.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Set": "Bones",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Stone/Stalactite_Big.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Bone_Side.png",
"Weight": 1
}
],
"VariantRotation": "UpDown",
"Material": "Solid",
"HitboxType": "Full",
"Flags": {},
"RandomRotation": "YawStep90",
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Deco_Bone_Full"
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Bone",
"PhysicalMaterialId": "Stone",
"ParticleColor": "#dccd97",
"TextureComputedColor": "#D5CA91"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.375,
"Translation": [
0,
-22.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Items_Bones"
}