Versions / 0.6.0-pre.5 / Item / Items / Furniture / Frozen / Unique / Furniture_Frozen_Castle_Platform.json
Furniture_Frozen_Castle_Platform
Server/Item/Items/Furniture/Frozen/Unique/Furniture_Frozen_Castle_Platform.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Frozen_Castle_Platform.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Frozen_Castle",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.555,
"Translation": [
0,
2.4
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ItemId": "Wood_Ice_Trunk"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wall"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Ice",
"CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Platform.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Frozen_Castle/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",
"Material": "Solid",
"Opacity": "Transparent",
"VariantRotation": "Wall",
"BlockSoundSetId": "Ice",
"PhysicalMaterialId": "Ice",
"TextureComputedColor": "#81E5F3"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Platform.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}