Deco_Bone_Skulls_Feran
Server/Item/Items/Deco/Deco_Bone_Skulls_Feran.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Bone_Skulls_Feran.name"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bone_Fragment",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Bone_Feran_Skulls.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Bone_Feran_Skulls_Texture.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"DropList": "Empty"
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Bone",
"HitboxType": "Plant_Medium",
"Material": "Solid",
"Opacity": "Semitransparent",
"CustomModelScale": 0.9,
"ParticleColor": "#957445"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.58823,
"Translation": [
1.8,
-9
],
"Rotation": [
0,
293.625,
336.375
]
},
"Tags": {
"Type": [
"Deco"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Deco_Bone_Skulls_Feran.png",
"ItemSoundSetId": "ISS_Items_Bones"
}