Versions / 0.6.0-pre.4 / Item / Items / Furniture / WinterHoliday_Props / WinterHoliday_Stocking.json
WinterHoliday_Stocking
Server/Item/Items/Furniture/WinterHoliday_Props/WinterHoliday_Stocking.json, 2.0 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_Stocking.name"
},
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 6
},
{
"ItemId": "Plant_Petals_Red",
"Quantity": 1
},
{
"ItemId": "Plant_Petals_Green"
}
],
"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_Stocking.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Stocking_Texture.png"
},
{
"Weight": 1,
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Stocking2_Texture.png"
},
{
"Texture": "Items/Hypixel/Event_Decoration/Winter Holiday_Props/WinterHoliday_Stocking3_Texture.png",
"Weight": 1
}
],
"Group": "Props",
"HitboxType": "Ladder",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#7b2e2e",
"BlockSoundSetId": "Soft",
"PhysicalMaterialId": "Wool",
"TextureComputedColor": "#48301C"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.9,
"Rotation": [
0.0,
0.0,
15.0
],
"Translation": [
1.0,
-19.0
]
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Village"
]
},
"Icon": "Icons/ItemsGenerated/WinterHoliday_Stocking.png"
}