WinterHoliday_Cane
Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Cane.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | object |
Categories | array[1] |
Recipe | object |
BlockType | object |
Icon | string |
IconProperties | object |
Interactions | object |
Consumable | boolean |
Utility | object |
Tags | object |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.WinterHoliday_Cane.name"
},
"PlayerAnimationsId": {
"Parent": "Item"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Stick",
"Quantity": 1
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 2
},
{
"ItemId": "Plant_Petals_Red",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornament_Cane.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Ornament_Cane_Texture.png",
"Weight": 1
}
],
"HitboxType": "Ladder",
"RandomRotation": "None",
"CustomModelScale": 0.5,
"BlockParticleSetId": "Dust",
"ParticleColor": "#ffe7e7",
"VariantRotation": "NESW",
"Group": "Props",
"Gathering": {
"Soft": {}
}
},
"Icon": "Icons/ItemsGenerated/WinterHoliday_Cane.png",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
0.0,
0.0,
27.0
],
"Translation": [
13.0,
-19.0
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Consumable": false,
"Utility": {
"Compatible": false
},
"Tags": {
"Type": [
"Food"
]
},
"Scale": 2
}