-
Notifications
You must be signed in to change notification settings - Fork 0
Dependencies
xXDMOGXx edited this page Aug 21, 2026
·
2 revisions
| Package / pack | Role |
|---|---|
| Recipe Registry host BP | Shared catalog in the world. Required. (CurseForge) |
mcbe-ipc |
Messaging between packs. Required in your pack. |
@minecraft/server 2.8.0
|
Bedrock Script API (stable; peer of this client). No Beta APIs experiment. |
@mcbe-reciperegistry/client |
This library. |
Minecraft Bedrock 1.21.100+ is required for the host and this client’s live path.
Install from OmniacDev/MCBE-IPC (npm dependency of this client, or copy their build into your pack).
- Host and client each load their own copy in their own script isolate.
- Do not treat a host-bundled IPC file as a substitute for installing IPC in your pack.
- Do not republish Omniac’s sources as if they were part of this client.
See Host pack. Without it, waitReady() fails and asks return empty / unavailable — by design.