Deco_Scroll
Server/Item/Items/Deco/Deco_Scroll.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Scroll.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Scroll.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 4
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/Scrolls.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Scrolls_Texture.png",
"Weight": 1
}
],
"Group": "Wood",
"VariantRotation": "Wall",
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
],
"Up": [
{
"FaceType": "Full"
}
],
"East": [
{
"FaceType": "Full"
}
],
"West": [
{
"FaceType": "Full"
}
]
},
"Material": "Empty",
"HitboxType": "Food_Medium"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.735,
"Translation": [
0,
-7.495
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}