WinterHoliday_Lights
Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Lights.json, 2.5 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_Lights.name"
},
"Categories": [
"Blocks.Deco",
"Furniture.Lighting",
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Crystal_Red",
"Quantity": 2
},
{
"ItemId": "Ingredient_Crystal_Green",
"Quantity": 2
},
{
"ItemId": "Ingredient_Crystal_Blue",
"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_Lights1_Texture.png"
},
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Lights2_Texture.png",
"Weight": 1
}
],
"HitboxType": "Ladder",
"Light": {
"Radius": 0,
"Color": "#dca"
},
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Glass",
"BlockSoundSetId": "Glass",
"PhysicalMaterialId": "Glass",
"CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Lights.blockymodel",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Off",
"On": "Off",
"Off": "On"
}
}
]
}
},
"State": {
"Definitions": {
"On": {},
"Off": {
"InteractionHint": "server.interactionHints.turnon",
"Light": null,
"Particles": null,
"CustomModelAnimation": "Blocks/Animations/Light/Light_Off.blockyanim"
}
}
},
"InteractionHint": "server.interactionHints.turnoff",
"ParticleColor": "#f5f067",
"VariantRotation": "NESW",
"TextureComputedColor": "#486E59"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"IconProperties": {
"Scale": 0.9,
"Rotation": [
0.0,
45.0,
22.5
],
"Translation": [
14.0,
-22.0
]
},
"Icon": "Icons/ItemsGenerated/WinterHoliday_Lights.png"
}