Deco_Shutter
Server/Item/Items/Deco/Deco_Shutter.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Shutter.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Shutter.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Architectsbench"
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Shutter.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Shutter_Texture.png"
}
],
"HitboxType": "Shutter",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"ParticleColor": "#5b3525",
"TextureComputedColor": "#5B3424"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.72,
"Translation": [
8.5,
-19.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}