Skip to content

Host Pack

xXDMOGXx edited this page Aug 21, 2026 · 3 revisions

Host pack

The Recipe Registry behavior pack is the shared catalog. This client only talks to it.

Install

  1. Download the pack from CurseForge — Recipe Registry.
  2. Import / enable recipe-registry (BP) on the world. There is no resource pack.
  3. Depend on it from your pack’s manifest.json.

UUID: 33303c67-a05d-4964-b2c3-ba7c42d8d3b6

Rules

  • One host per world. Do not ship a second copy of the host scripts inside your addon.
  • Players must import the host themselves; Bedrock does not auto-download UUID dependencies.
  • Schema 2 is current. Prefer this client over hand-rolled JSON.

Drop-in recipe-registry-client.js (for packs without a bundler) comes from this repo’s Releases — place Omniac’s module beside it as mcbe-ipc.js (see Installation).

Clone this wiki locally