Honey Bottle
minecraft:honey_bottle

Honey Bottle

Minecraft · by Mojang Studios
item

Acquisition

Filling using Glass Bottle and Honey (250 mB). Produces Honey Bottle.

Filling
Glass Bottle Glass Bottle Honey (250 mB)
Honey Bottle Honey Bottle guaranteed

Crafting using Honey Block, Glass Bottle, Glass Bottle, Glass Bottle and Glass Bottle, in any arrangement. Produces 4× Honey Bottle.

Crafting ⇆ any arrangement
Honey Block
Glass Bottle
Glass Bottle
Glass Bottle
Glass Bottle
Honey Bottle Honey Bottle ×4 guaranteed

Used in (2)

Crafting using Honey Bottle, Honey Bottle, Honey Bottle and Honey Bottle, arranged in the pattern shown. Produces Honey Block.

Crafting
Honey Bottle
Honey Bottle
Honey Bottle
Honey Bottle
Honey Block Honey Block guaranteed

Crafting using Honey Bottle, in any arrangement. Produces 3× Sugar.

Crafting ⇆ any arrangement
Honey Bottle
Sugar Sugar ×3 guaranteed
Developer reference
Registry name
minecraft:honey_bottle
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (2):

{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "amount": 250,
      "fluidTag": "forge:honey"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:honey_block"
    },
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "item": "minecraft:glass_bottle"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}