Furniture_Human_Ruins_Stool
Server/Item/Items/Furniture/Human/Furniture_Human_Ruins_Stool.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Human_Ruins_Stool.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Temple_Dark",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Stool.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Human_Ruins/Stool_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Group": "Wood",
"HitboxType": "Furniture_Stool",
"Material": "Solid",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Wood",
"VariantRotation": "NESW",
"Seats": [
{
"Offset": {
"X": 0,
"Y": 0,
"Z": 0.12
},
"Yaw": 0
}
],
"Interactions": {
"Use": "Block_Seat"
}
},
"IconProperties": {
"Scale": 0.73,
"Translation": [
-0.6,
-10.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Stool.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}