Deco_Book_Pile_Small
Server/Item/Items/Deco/Deco_Book_Pile_Small.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Set | string |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Book_Pile_Small.name"
},
"Categories": [
"Blocks.Deco"
],
"Set": "Scrap",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Book_Pile_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Book_Pile_Texture.png",
"Weight": 1
},
{
"Texture": "Blocks/Dungeons/Book_Pile_Texture2.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Dust",
"VariantRotation": "NESW",
"Material": "Solid",
"Opacity": "Semitransparent",
"RandomRotation": "YawStep1",
"ParticleColor": "#d6b687",
"HitboxType": "Block_Half"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.6,
"Translation": [
3,
-14
],
"Rotation": [
7,
43,
10
]
},
"Tags": {
"Type": [
"Deco"
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scrap_Book_Pile_Small.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}