Furniture_Frozen_Castle_Window
Server/Item/Items/Furniture/Frozen/Furniture_Frozen_Castle_Window.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Frozen_Castle_Window.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Frozen_Castle",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ItemId": "Wood_Ice_Trunk"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Window"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Ice",
"BlockSoundSetId": "Ice",
"CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Window.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Frozen_Castle/Window_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Group": "Wood",
"HitboxType": "Window",
"Material": "Solid",
"Opacity": "Transparent",
"Supporting": {
"Up": [
{
"FaceType": "Window"
}
],
"Down": [
{
"FaceType": "Window"
}
]
},
"VariantRotation": "Wall",
"ParticleColor": "#5bbaca"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Crude"
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Window.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}