Versions / 0.6.0-pre.9.1 / Item / Items / Furniture / WinterHoliday_Props / Winter_Holiday_Wreath.json
Winter_Holiday_Wreath
Server/Item/Items/Furniture/WinterHoliday_Props/Winter_Holiday_Wreath.json, 2.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[2] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
IconProperties | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Winter_Holiday_Wreath.name"
},
"Categories": [
"Blocks.Deco",
"Furniture.Lighting"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 6
},
{
"ItemId": "Plant_Seeds_Pine",
"Quantity": 4
},
{
"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": "Block_Vertical_Half",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Leaves_Fir",
"BlockSoundSetId": "Leaves",
"PhysicalMaterialId": "Foliage",
"CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Wreath.blockymodel",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Off",
"On": "Off",
"Off": "On"
}
}
]
}
},
"State": {
"Definitions": {
"On": {},
"Off": {
"Light": null,
"CustomModelAnimation": "Blocks/Animations/Light/Light_Off.blockyanim",
"InteractionHint": "server.interactionHints.turnon"
}
}
},
"InteractionHint": "server.interactionHints.turnoff",
"VariantRotation": "NESW",
"Light": {
"Color": "#fc9"
},
"Group": "Props",
"ParticleColor": "#204a2a",
"TextureComputedColor": "#3C452A"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"IconProperties": {
"Scale": 0.6,
"Rotation": [
0.0,
0.0,
22.5
],
"Translation": [
8.0,
-17.0
]
},
"Icon": "Icons/ItemsGenerated/Winter_Holiday_Wreath.png"
}