Furniture_Jungle_Window
Server/Item/Items/Furniture/Jungle/Furniture_Jungle_Window.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Jungle_Window.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Jungle",
"Icon": "Icons/ItemsGenerated/Furniture_Jungle_Window.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.665,
"Translation": [
0.1,
-14.3
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Tropicalwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Window"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Jungle/Window.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Jungle/Window_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Group": "Wood",
"HitboxType": "Window",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#bd9c60",
"Supporting": {
"Up": [
{
"FaceType": "Window"
}
],
"Down": [
{
"FaceType": "Window"
}
]
},
"VariantRotation": "Wall"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Jungle"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}