Honey Block
minecraft:honey_block

Honey Block

Minecraft · by Mojang Studios
block Snow Layer Can Survive On

Acquisition

Compacting using Honey (1000 mB). Produces Honey Block.

Compacting
Honey (1000 mB)
Honey Block Honey Block guaranteed

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

Mining & drops

sourcecountchanceconditions
Honey Block1–1100%Survives Explosion

Used in (1)

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

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:honey_block
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/snow_layer_can_survive_on

Recipe JSON (2):

{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": {
    "amount": 1000,
    "fluidTag": "forge:honey"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:honey_bottle"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}