Furniture_Village_Shelf_Full
Server/Item/Items/Furniture/Village/Furniture_Village_Shelf_Full.json, 2.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
Interactions | object |
PlayerAnimationsId | string |
IconProperties | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Village_Shelf_Full.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Village_Shelf_Full.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Hardwood"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Shelf"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Shelf_Book_default.png"
}
],
"HitboxType": "Block_Vertical_Half",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"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": "Shelf"
}
]
},
"CustomModel": "Blocks/Decorative_Sets/Village/Shelf_Box.blockymodel",
"ParticleColor": "#5b3222"
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.6,
"Translation": [
6,
-17
],
"Rotation": [
22.5,
45,
22.5
]
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}