Furniture_Ancient_Bookshelf
Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Bookshelf.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Ancient_Bookshelf.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Ancient",
"Icon": "Icons/ItemsGenerated/Furniture_Ancient_Bookshelf.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
-1,
-13
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Blackwood_Deadwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Bookshelf"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Ancient/Bookshelf.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Ancient/Bookshelf_Texture.png",
"Weight": 1
},
{
"Texture": "Blocks/Decorative_Sets/Ancient/Bookshelf_Texture2.png",
"Weight": 1
},
{
"Texture": "Blocks/Decorative_Sets/Ancient/Bookshelf_Texture3.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"ParticleColor": "#4e462c",
"MaxSupportDistance": 8,
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Shelf",
"Support": "Ignored"
},
{
"FaceType": "Shelf",
"SelfFaceType": "Shelf"
}
],
"Up": [
{
"FaceType": "Full"
},
{
"FaceType": "Shelf",
"Support": "Ignored"
},
{
"FaceType": "Shelf",
"SelfFaceType": "Shelf"
}
],
"North": [
{
"FaceType": "Full"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"Material": "Solid",
"HitboxType": "Block_Vertical_Seven_Eighth",
"TextureComputedColor": "#3B3120"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Ancient"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}