Versions / 0.5.0-pre.9 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Snowflake.json
WinterHoliday_Snowflake
Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Snowflake.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Scale | number |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.WinterHoliday_Snowflake.name"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Soil_Snow",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_TreeTop_Snowflake.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_TreeTop_Snowflake_Texture.png"
}
],
"Group": "Props",
"VariantRotation": "Wall",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Crystal",
"ParticleColor": "#60fff9",
"BlockSoundSetId": "Glass",
"PhysicalMaterialId": "Glass",
"HitboxType": "Beam",
"TextureComputedColor": "#86BBCA"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 1.1,
"Rotation": [
0.0,
0.0,
20.0
],
"Translation": [
3.0,
-11.0
]
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"Scale": 1.0,
"Icon": "Icons/ItemsGenerated/WinterHoliday_Snowflake.png"
}