Versions / 0.5.0-pre.8 / Item / Items / Furniture / Temple_Wind / Unique / Furniture_Temple_Wind_Platform.json
Furniture_Temple_Wind_Platform
Server/Item/Items/Furniture/Temple_Wind/Unique/Furniture_Temple_Wind_Platform.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Wind_Platform.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Temple_Wind",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-25.5
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Sandstone"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Platform"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Wind/Platform.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Wind/Platform_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Support": {
"CardinalDirections": [
{
"FaceType": "Full"
},
{
"FaceType": "Platform"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
],
"CardinalDirections": [
{
"FaceType": "Platform"
}
]
},
"Group": "Wood",
"HitboxType": "Platform_Bracket",
"Material": "Solid",
"Opacity": "Transparent",
"VariantRotation": "NESW",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"ParticleColor": "#cca159"
},
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Wind_Platform.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}