HomeBedrockAddonsEdgeRender
EdgeRender
AddonsBedrock

EdgeRender

by lete114 · on CurseForge

A Minecraft Bedrock addon that renders glowing edge outlines around selected blocks. Designed for programmatic use by other addons via RPC + Service…

⬇ Download on CurseForge
EdgeRender — screenshot 1EdgeRender — screenshot 2

✨ EdgeRender — Block Outline Highlighting Library

Glowing edge outlines for selected blocks — powered by RPC

EdgeRender is a library addon for Minecraft Bedrock that renders glowing wireframe outlines around selected blocks. Designed for other addons to use via RPC and Service Discovery, it provides per-player block highlighting with smart edge culling — inner edges between adjacent blocks are hidden automatically.

This addon does nothing by itself. It must be installed alongside other addons that support it (such as OrePop or ChopPop) to provide visual feedback.


Features


Installation

  1. Download the .mcaddon file
  2. Open the file with Minecraft Bedrock Edition to import it
  3. Create or edit a world, go to Settings → Behavior Packs and Resource Packs
  4. Apply EdgeRender to both Behavior Packs and Resource Packs
  5. Ensure at least one addon that supports EdgeRender (such as OrePop or ChopPop) is also installed
  6. Enter the world — outlines will appear automatically when supported addons detect blocks

Compatibility


For Addon Developers

Addons can communicate with EdgeRender using @mcbe-mods/rpc and @mcbe-mods/discover:

const rpc = new RPC({ namespace: 'edge_render' })

// Show outlines
await rpc.invoke('create', {
  playerIds: [player.id],
  locations: [{ x: 10, y: 64, z: 10 }]
})

// Remove outlines
await rpc.invoke('remove', { playerIds: [player.id] })

See the GitHub repository for detailed developer documentation.


Related Addons

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more