Deco_Wallchain
Server/Item/Items/Deco/Deco_Wallchain.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Wallchain.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Wallchain.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 2
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"Interactions": {
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/WallHook.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/WallHook_Texture.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Window",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
],
"Up": [
{
"FaceType": "Full"
}
],
"East": [
{
"FaceType": "Full"
}
],
"West": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#828282",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1.23,
"Translation": [
9.905,
-10.495
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}