Skip to content

[Utility] Redstone Power Levels #963

Description

@drav0011

Vanilla Tweaks reference

Pack Redstone Power Levels (RedstonePowerLevels)
Section Resource Packs
Vanilla Tweaks category Utility
Bedrock Tweaks category utility
Picker https://vanillatweaks.net/picker/resource-packs/
Version 26.2

Displays the strength of the redstone signal above Redstone Dust.

Redstone Power Levels

Bedrock feasibility

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

A Bedrock resource pack cannot vary redstone dust's texture by signal strength or draw anything above the block, so the power number cannot be shown.

How it would work on Bedrock. Two things are needed and neither is exposed. (1) Per-power textures: in Mojang/bedrock-samples blocks.json, redstone_wire maps down/side/up to the aliases redstone_dust_line and redstone_dust_cross, and both resolve in terrain_texture.json to a single texture string - unlike aliases such as wool or bee_nest_front, which are arrays the engine indexes. Bedrock instead tints redstone dust by power in the renderer, which a pack cannot re-map to distinct artwork. (2) Digits floating above the wire need extra geometry, and vanilla block models are not data-driven in Bedrock - resource_pack/models/ in bedrock-samples contains entity geometry only, and a vanilla blocks.json entry accepts only sound, textures, carried_textures and isotropic.

Caveats. A behaviour-pack/Script API add-on that spawns text-bearing entities above powered dust could in principle display the value, but that belongs in the addons section, would be per-block expensive, and was not verified here. Retexturing the dust itself (as clean_redstone_dust already does) remains possible.

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