-
Notifications
You must be signed in to change notification settings - Fork 0
Host Pack
xXDMOGXx edited this page Aug 21, 2026
·
3 revisions
The Recipe Registry behavior pack is the shared catalog. This client only talks to it.
- Download the pack from CurseForge — Recipe Registry.
- Import / enable recipe-registry (BP) on the world. There is no resource pack.
- Depend on it from your pack’s
manifest.json.
UUID: 33303c67-a05d-4964-b2c3-ba7c42d8d3b6
- 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).