Deco_Bone_Skulls_Feran_Wall
Server/Item/Items/Deco/Deco_Bone_Skulls_Feran_Wall.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_Wall.name"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bone_Fragment",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Skull_Shelf.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Skull_Shelf_Feran_Texture.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Bone",
"HitboxType": "Block_Vertical_Five_Eighth",
"VariantRotation": "NESW",
"Material": "Solid",
"Opacity": "Semitransparent",
"ParticleColor": "#78603c"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.58823,
"Translation": [
-9.3,
-14.1
],
"Rotation": [
0,
316.7,
339.2
]
},
"Tags": {
"Type": [
"Deco"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Deco_Bone_Skulls_Feran_Wall.png",
"ItemSoundSetId": "ISS_Items_Bones"
}