Skip to content

[Utility] Visual Honey Stages #964

Description

@drav0011

Vanilla Tweaks reference

Pack Visual Honey Stages (VisualHoney)
Section Resource Packs
Vanilla Tweaks category Utility
Bedrock Tweaks category utility
Picker https://vanillatweaks.net/picker/resource-packs/
Version 26.2

Visualizes the honey stages in Bee Nests and Beehives.

Visual Honey Stages

Bedrock feasibility

Verdict blocked (medium confidence)
Checked 2026-07-25 by agent

Bedrock only renders two beehive/bee nest states (empty and full), so the intermediate honey stages a resource pack would need to show do not exist as addressable texture slots.

How it would work on Bedrock. In Mojang/bedrock-samples, textures/terrain_texture.json defines bee_nest_front and beehive_front as two-entry arrays - [textures/blocks/bee_nest_front, textures/blocks/bee_nest_front_honey] and [textures/blocks/beehive_front, textures/blocks/beehive_front_honey]. The engine selects index 0 or 1 (not-full vs. full); there is no slot keyed to honey_level 1-4, and blocks.json offers no block-state condition for a vanilla block (only sound, textures, carried_textures, isotropic). Extra array entries would never be selected, so the five-stage readout the Java pack provides cannot be produced.

Caveats. The two existing states can still be retextured - e.g. making the 'full' front face read more clearly - but that is a different, much weaker pack than the Java one.

Sources

Maintained by tools/vt-diff. Edits inside this block are overwritten on the next run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    not_possibleIndicates the pack requested is currently not possible to develop/createresource_packsIndicates the issue is related to Resource Packs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions