Wooden Bucket is an item in Hytale, categorized under the Container category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Can be filled with Water or used to milk Cows.
The crafting recipe for Wooden Bucket 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.Container_Bucket.name",
"Description": "server.items.Container_Bucket.description"
},
"Icon": "Icons/ItemsGenerated/Container_Bucket.png",
"ItemLevel": 15,
"MaxStack": 1,
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
0.0,
121.0,
25.0
],
"Translation": [
-3.0,
-18.0
]
},
"Categories": [
"Furniture.Containers"
],
"Recipe": {
"TimeSeconds": 1,
"KnowledgeRequired": false,
"Input": [
{
"Quantity": 3,
"ResourceTypeId": "Wood_All"
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Farmingbench",
"Type": "Crafting",
"Categories": [
"Farming"
]
}
]
},
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "Condition",
"Crouching": false,
"Next": {
"$Comment": "Not crouching: try water, then milk, then nothing",
"Type": "RefillContainer",
"Effects": {
"ClearSoundEventOnFinish": true,
"LocalSoundEventId": "SFX_Water_MoveIn"
},
"States": {
"Filled_Water": {
"AllowedFluids": [
"Water_Source"
],
"TransformFluid": "Empty"
}
},
"Failed": "Bucket_Milk_Cow"
},
"Failed": {
"$Comment": "Crouching: try water, then milk, then place bucket",
"Type": "RefillContainer",
"Effects": {
"ClearSoundEventOnFinish": true,
"LocalSoundEventId": "SFX_Water_MoveIn"
},
"States": {
"Filled_Water": {
"AllowedFluids": [
"Water_Source"
],
"TransformFluid": "Empty"
}
},
"Failed": "Bucket_Milk_Cow_Crouching"
}
}
]
}
},
"State": {
"Filled_Water": {
"Variant": true,
"$TODO": "Parent: Container_Bucket",
"TranslationProperties": {
"Name": "server.items.Container_Bucket_Water.name",
"Description": "server.items.Container_Bucket_Water.description"
},
"Icon": "Icons/ItemsGenerated/Container_Bucket_Water.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
0.0,
121.0,
25.0
],
"Translation": [
-3.0,
-18.0
]
},
"Recipe": null,
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "PlaceFluid",
"RemoveItemInHand": false,
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemDurability": -1,
"BrokenItem": "Container_Bucket"
},
"FluidToPlace": "Water_Source",
"Effects": {
"ClearSoundEventOnFinish": true,
"LocalSoundEventId": "SFX_WATER_MoveOut"
}
}
]
}
},
"Consumable": true,
"MaxDurability": 1,
"MaxStack": 1,
"$Comment": "FOLLOWING PROPERTIES DUPLICATED BECAUSE OF SERVER BUG",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Bucket_Full.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Bucket_Texture_Water.png"
}
],
"CustomModelScale": 0.75,
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true
}
},
"HitboxType": "Plant_Full",
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
}
},
"Filled_Milk": {
"Variant": true,
"TranslationProperties": {
"Name": "server.items.Container_Bucket_Milk.name",
"Description": "server.items.Container_Bucket_Milk.description"
},
"Icon": "Icons/ItemsGenerated/Container_Bucket_Milk.png",
"ResourceTypes": [
{
"Id": "Milk_Bucket",
"Quantity": 1
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
0.0,
121.0,
25.0
],
"Translation": [
-3.0,
-18.0
]
},
"Interactions": {
"Secondary": "Root_Secondary_Consume_Drink"
},
"InteractionVars": {
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Antidote"
}
]
},
"ConsumeSFX": {
"Interactions": [
{
"Parent": "Consume_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Health_Potion_High_Drink"
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Parent": "Consumed_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Water_MoveOut"
}
}
]
},
"DurabilityModify": {
"Interactions": [
{
"Type": "ModifyInventory",
"AdjustHeldItemDurability": -1,
"BrokenItem": "Container_Bucket"
}
]
}
},
"Consumable": true,
"MaxDurability": 1,
"MaxStack": 1,
"$Comment": "FOLLOWING PROPERTIES DUPLICATED BECAUSE OF SERVER BUG",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Bucket_Full.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Bucket_Texture_Milk.png"
}
],
"CustomModelScale": 0.75,
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true
}
},
"HitboxType": "Plant_Full",
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
},
"PlayerAnimationsId": {
"Parent": "Item",
"Animations": {
"Consume": {
"FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink_FPS.blockyanim",
"ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink.blockyanim",
"Speed": 1,
"Looping": true
}
}
}
},
"Filled_Mosshorn_Milk": {
"Variant": true,
"TranslationProperties": {
"Name": "server.items.Container_Bucket_Mosshorn_Milk.name",
"Description": "server.items.Container_Bucket_Mosshorn_Milk.description"
},
"Icon": "Icons/ItemsGenerated/Container_Bucket_Milk_Mosshorn.png",
"ResourceTypes": [
{
"Id": "Milk_Mosshorn_Bucket",
"Quantity": 1
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
0.0,
121.0,
25.0
],
"Translation": [
-3.0,
-18.0
]
},
"Interactions": {
"Secondary": "Root_Secondary_Consume_Drink"
},
"InteractionVars": {
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Potion_Morph_Mosshorn"
}
]
},
"ConsumeSFX": {
"Interactions": [
{
"Parent": "Consume_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Health_Potion_High_Drink"
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Parent": "Consumed_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Water_MoveOut"
}
}
]
},
"DurabilityModify": {
"Interactions": [
{
"Type": "ModifyInventory",
"AdjustHeldItemDurability": -1,
"BrokenItem": "Container_Bucket"
}
]
}
},
"Consumable": true,
"MaxDurability": 1,
"MaxStack": 1,
"$Comment": "FOLLOWING PROPERTIES DUPLICATED BECAUSE OF SERVER BUG",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Bucket_Full.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Bucket_Texture_Mosshorn_Milk.png"
}
],
"CustomModelScale": 0.75,
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true
}
},
"HitboxType": "Plant_Full",
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
},
"PlayerAnimationsId": {
"Parent": "Item",
"Animations": {
"Consume": {
"FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink_FPS.blockyanim",
"ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink.blockyanim",
"Speed": 1,
"Looping": true
}
}
}
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Village/Bucket.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Bucket_Texture.png"
}
],
"CustomModelScale": 0.75,
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"IsWeaponBreakable": true
}
},
"HitboxType": "Plant_Full",
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"ParticleColor": "#63412c",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Container"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}