Empty Potion Bottle is an item in Hytale, categorized under the Potion category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Can be acquired by smelting sand in a Furnace.
The crafting recipe for Empty Potion Bottle in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Potion_Empty.name",
"Description": "server.items.Potion_Empty.description"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Items.Potions"
],
"Icon": "Icons/ItemsGenerated/Potion_Empty.png",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Sands",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Furnace"
}
],
"OutputQuantity": 1,
"TimeSeconds": 10
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.9,
"Translation": [
0,
-9
]
},
"BlockType": {
"BlockParticleSetId": "GlassEmpty",
"BlockSoundSetId": "Metal",
"CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Empty.png",
"Weight": 1
}
],
"CustomModelScale": 0.5,
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Harvest": {},
"Soft": {}
},
"HitboxType": "Potion",
"Material": "Empty",
"RandomRotation": "YawStep1",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#eaf4f6"
},
"Tags": {
"Type": [
"Potion"
]
},
"Scale": 2,
"MaxStack": 30,
"DropOnDeath": true
}