Versions / 0.6.0-pre.3 / Item / Items / Furniture / Temple_Emerald / Furniture_Temple_Emerald_Window.json
Furniture_Temple_Emerald_Window
Server/Item/Items/Furniture/Temple_Emerald/Furniture_Temple_Emerald_Window.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Emerald_Window.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Tavern",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Quartzite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Window"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Window.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Window_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Group": "Wood",
"HitboxType": "Window",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#8c7c4a",
"Supporting": {
"Up": [
{
"FaceType": "Window"
}
],
"Down": [
{
"FaceType": "Window"
}
]
},
"VariantRotation": "Wall",
"TextureComputedColor": "#887945"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Window.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}