WinterHoliday_Single_Light
Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Single_Light.json, 2.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.WinterHoliday_Single_Light.name"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Crystal_Yellow",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights1_Texture.png"
},
{
"Weight": 1,
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights2_Texture.png"
},
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights3_Texture.png",
"Weight": 1
},
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights4_Texture.png",
"Weight": 1
},
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights5_Texture.png",
"Weight": 1
},
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Single_Lights6_Texture.png",
"Weight": 1
}
],
"Group": "Props",
"HitboxType": "Ladder",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Crystal",
"ParticleColor": "#e3b125",
"BlockSoundSetId": "Glass",
"Light": {
"Color": "#eec"
}
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 1.5,
"Rotation": [
0.0,
0.0,
15.0
],
"Translation": [
5.0,
-8.0
]
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"Icon": "Icons/ItemsGenerated/WinterHoliday_Single_Light.png"
}