• All items All items
  • About the website About the website
  • Changelog Changelog
  • Privacy policy Privacy policy
  • Settings Settings
  • Admin panel Admin panel
  • Official Hytale website Official Hytale website
  • The Bindng of Isaac The Bindng of Isaac
  • Discord server
  • Twitter
  • YouTube channel
  • Loading items...
  • No matches found
Wooden Bucket
Random item

Wooden Bucket

#Container_Bucket

Wooden Bucket
Property Value
Type Container
Quality None
Max stack 1
Item level 15
Crafting time 1 second
Offhand no
Drop on death no

EARLY ACCESS: the contents of this website are a work-in-progress.

▾Table of Contents▾

Introduction

Wooden Bucket is an item in Hytale, categorized under the Container category.
It was added in Hytale's Initial Release on January 13th, 2026.

Description

No description available.

Tooltip

Can be filled with Water or used to milk Cows.

Crafting recipe

The crafting recipe for Wooden Bucket in Hytale is shown below.

Farmer's Workbench Farmer's Workbench
1s
Any Wood
Any Wood ×3
Iron Ingot
Iron Ingot ×1
Wooden Bucket
Wooden Bucket ×1

Salvaging

This item cannot be salvaged.

JSON data

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"
}



Explore More!

Large Kweebec Chest Large Kweebec Chest
Spider Cocoon Spider Cocoon
Wooden Bucket Wooden Bucket
Trork Cage Trork Cage
Medium Scarak Egg Sack Medium Scarak Egg Sack
Broken Clay Pot Broken Clay Pot
See all items in Hytale

Cookies information
This website stores cookies on your device in order to remember user settings that can be modified via the Settings page, including this message. Cookies are kept for 1 year and can be disabled via your browser's settings. For further data usage information, please check our Privacy Policy.
v1.0-early-access © IsaacGuru 2026