Versions / 0.6.0-pre.4 / Item / Items / Furniture / Temple_Emerald / Furniture_Temple_Emerald_Shelf.json
Furniture_Temple_Emerald_Shelf
Server/Item/Items/Furniture/Temple_Emerald/Furniture_Temple_Emerald_Shelf.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_Emerald_Shelf.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Temple_Dark",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.8,
"Translation": [
5.7,
-28.5
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Quartzite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Shelf"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Shelf.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Shelf_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Platform_Half",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#584e47",
"Support": {
"East": [
{
"FaceType": "Full"
}
],
"North": [
{
"FaceType": "Full"
}
],
"West": [
{
"FaceType": "Full"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"TextureComputedColor": "#655038"
},
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Shelf.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}