Versions / 0.6.0-pre.8.1 / Item / Items / Furniture / Temple_Dark / Furniture_Temple_Dark_Window.json
Furniture_Temple_Dark_Window
Server/Item/Items/Furniture/Temple_Dark/Furniture_Temple_Dark_Window.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
Interactions | object |
IconProperties | object |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Dark_Window.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Temple_Dark",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Window.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.615,
"Translation": [
0,
-13.5
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Shale"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Window"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Window.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Window_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"HitboxType": "Window",
"Material": "Solid",
"Opacity": "Transparent",
"Supporting": {
"Up": [
{
"FaceType": "Window"
}
],
"Down": [
{
"FaceType": "Window"
}
]
},
"VariantRotation": "Wall",
"ParticleColor": "#707871",
"TextureComputedColor": "#424B45"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}