Versions / 0.6.0-pre.10 / Item / Items / Furniture / Temple_Emerald / Furniture_Temple_Emerald_Stool.json
Furniture_Temple_Emerald_Stool
Server/Item/Items/Furniture/Temple_Emerald/Furniture_Temple_Emerald_Stool.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
ResourceTypes | array[2] |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Emerald_Stool.name"
},
"Categories": [
"Furniture.Furniture"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Quartzite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Stool"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Stool.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Stool_Texture.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Furniture_Stool",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#c7b885",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"VariantRotation": "NESW",
"Seats": [
{
"Offset": {
"X": 0,
"Y": 0,
"Z": 0.12
},
"Yaw": 0
}
],
"Interactions": {
"Use": "Block_Seat"
},
"TextureComputedColor": "#92814A"
},
"PlayerAnimationsId": "Block",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Stool.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}