Versions / 0.6.0-pre.4 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Garland.json
WinterHoliday_Garland
Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Garland.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[3] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
IconProperties | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.WinterHoliday_Garland.name"
},
"Categories": [
"Blocks.Deco",
"Furniture.Lighting",
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 3
},
{
"ItemId": "Plant_Seeds_Pine",
"Quantity": 3
},
{
"ItemId": "Plant_Petals_Red",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Wreath_Texture.png"
}
],
"HitboxType": "Plant_Full",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Leaves_Fir",
"BlockSoundSetId": "Leaves",
"PhysicalMaterialId": "Foliage",
"CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Garland.blockymodel",
"State": {
"Definitions": {
"On": {},
"Off": {}
}
},
"InteractionHint": "server.interactionHints.turnoff",
"VariantRotation": "NESW",
"ParticleColor": "#1a521a",
"TextureComputedColor": "#3C452A"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"IconProperties": {
"Scale": 0.8,
"Rotation": [
0.0,
0.0,
22.5
],
"Translation": [
2.0,
-13.0
]
},
"Icon": "Icons/ItemsGenerated/WinterHoliday_Garland.png"
}