Quantum Entanglement
Minecraft — QE is a Minecraft-exclusive feature.
Quantum Entanglement (QE) extends Mekanism's Quantum Entangloporter to work across realms. Pair two QE blocks, place one on each realm, and they'll sync resources between servers in near-real-time. It's how you connect automation systems that span multiple realms.
What Syncs
QE pairing syncs four resource types:
| Resource | Sync Method |
|---|---|
| Items | Transferred between paired blocks — items placed in one appear in its partner |
| Energy | Energy generated on one side is pushed to the partner (one-directional per tick to prevent loops) |
| Fluids | Fluid production is synced to the partner block |
| Chemicals | Mekanism gases, infuse types, pigments, and slurry all sync |
How to Use
Creating a Paired Set
The easiest way is to use the create command, which gives you two pre-paired QE blocks:
/miralis realm qe create
You'll receive two Quantum Entangloporters already linked to each other. Place one on your current realm and carry the other through a realm portal to place on the destination realm.
Manual Pairing
If you already have QE blocks, you can pair them manually:
- Hold one QE block in your main hand and the other in your offhand
- Run
/miralis realm pair - Both blocks are now linked — place them wherever you need
Commands
| Command | Description |
|---|---|
/miralis realm qe create |
Create a pre-paired set of two QE blocks |
/miralis realm pair |
Pair the QE blocks in your main hand and offhand |
/miralis realm unpair |
Remove pairing from the held QE block |
/miralis realm info |
View pairing status of the held QE block |
Important Notes
- One-to-one pairing — Each QE block can only be paired with one partner
- Breaking is safe — Breaking a QE block does not destroy the pairing. The pairing data is stored on the item, so you can pick it up, move it, and re-place it
- Chunk loading required — QE blocks only sync while their chunk is loaded. If either side is in an unloaded chunk, sync pauses until the chunk loads again
- Cross-realm only — QE pairing is designed for connecting blocks on different realms. For same-realm item transfer, use Mekanism's built-in Quantum Entangloporter frequencies
- Sync speed — Resources sync every server tick via Redis, so transfer is near-instant under normal conditions
