Furniture_Village_Stool
Server/Item/Items/Furniture/Village/Furniture_Village_Stool.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Village_Stool.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Village_Stool.png",
"Categories": [
"Furniture.Furniture"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Hardwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Stool"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Crude/Stool.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Crude/Stool_Village.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Furniture_Stool",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#5b3222",
"BlockSoundSetId": "Wood",
"VariantRotation": "NESW",
"Seats": [
{
"Offset": {
"X": 0,
"Y": 0,
"Z": 0.12
},
"Yaw": 0
}
],
"Interactions": {
"Use": "Block_Seat"
}
},
"PlayerAnimationsId": "Block",
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}