Deco_Bone_Ribs_Feran
Server/Item/Items/Deco/Deco_Bone_Ribs_Feran.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Bone_Ribs_Feran.name"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bone_Fragment",
"Quantity": 6
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Bone_Ribs_Stack.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Bone_Ribs_Stack_Feran_Texture.png",
"Weight": 1
}
],
"Material": "Solid",
"BlockSoundSetId": "Bone",
"HitboxType": "Plant_Small",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"DropList": "Empty"
}
},
"BlockParticleSetId": "Stone",
"ParticleColor": "#957445",
"MaxSupportDistance": 4,
"RandomRotation": "YawStep1"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Deco"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Deco_Bone_Ribs_Feran.png",
"ItemSoundSetId": "ISS_Items_Bones"
}