Deco_Halloween_Pumpkin_Hypixel
Server/Item/Items/Deco/Deco_Halloween_Pumpkin_Hypixel.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Halloween_Pumpkin_Hypixel.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Halloween_Pumpkin_Hypixel.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Pumpkin_Item",
"Quantity": 1
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 2
},
{
"ItemId": "Ingredient_Charcoal",
"Quantity": 1
}
],
"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/Halloween_Props/Pumpkin_Carve_01.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Halloween_Props/Pumpkin_Carve_Texture_03.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Plant_Full",
"VariantRotation": "NESW",
"Light": {
"Radius": 8,
"Color": "#ec9"
},
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Plushie",
"PhysicalMaterialId": "Wool"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
-1.0,
-15.0
]
},
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Kweebec"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}