Table of Contents

minecraft:take_honey

The minecraft:take_honey action takes honey from a Beehive or Bee Nest at the specified position. This action is unsuccessful if the block is not a Beehive or a Bee Nest or if the honey level is not full.

Fields

Name Description Type Default Value
position The position to target. An action context parameter

Example

{
  "type": "minecraft:take_honey",
  "position": "target"
}