Recipe_Book_Magic_Air
Server/Item/Items/Recipe/Recipe_Book_Magic_Air.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
BlockType | object |
ResourceTypes | array[1] |
Interactions | object |
PlayerAnimationsId | string |
Categories | array[1] |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Recipe_Book_Magic_Air.name"
},
"Icon": "Icons/ItemsGenerated/Recipe_Book_Magic_Air.png",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Book.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Book_Brown.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep90",
"Gathering": {
"Soft": {
"ItemId": "Recipe_Book_Magic_Air"
}
},
"HitboxType": "Book",
"Material": "Solid",
"ParticleColor": "#82663f"
},
"ResourceTypes": [
{
"Id": "Books"
}
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Items.Recipes"
],
"IconProperties": {
"Scale": 0.695,
"Translation": [
0.7,
-4.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Recipe"
]
}
}