Furniture_Frozen_Castle_Shelf
Server/Item/Items/Furniture/Frozen/Furniture_Frozen_Castle_Shelf.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 |
Model | string |
Texture | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Frozen_Castle_Shelf.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Frozen_Castle",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.6,
"Translation": [
7.2,
-26.4
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ItemId": "Wood_Ice_Trunk"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Shelf"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Ice",
"BlockSoundSetId": "Ice",
"CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Shelf.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Frozen_Castle/Shelf_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Platform_Deep_Half",
"Material": "Solid",
"Opacity": "Transparent",
"Support": {
"East": [
{
"FaceType": "Full"
}
],
"North": [
{
"FaceType": "Full"
}
],
"West": [
{
"FaceType": "Full"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"ParticleColor": "#5bbaca"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
]
},
"Model": "Blocks/Decorative_Sets/Frozen_Castle/Shelf.blockymodel",
"Texture": "Blocks/Decorative_Sets/Frozen_Castle/Shelf_Texture.png",
"Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Shelf.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}