![[MRE] Matter-Replication Engine](https://cdn.modrinth.com/data/HvsThcO5/3175a71fbc2e1339c2f508da3b08958f3aca2561_96.webp)
[MRE] Matter-Replication Engine
The ultimate techno-industrial Replication engine. Features flawless NBT sync, zero crashes, and fully hand-drawn 2D animated GUIs. As packed with value and easy to use as a real MRE! The future of Equivalent Exchange is here!
Links
Tags
Creators
Details
2.1.2
Compatibility
Changes
🛠️ Journey Mode Menu — Version 2.1.2 (The Titanium Update)
🧱 Core Architecture: Subset Matching NBT Filter
- Implemented "Subset Matching" Engine: Completely rewrote the NBT verification algorithm. Instead of doing strict 1:1 checks, the server now acts as a smart firewall, checking only for strictly required base tags saved in the database.
- Universal Mod Compatibility: The mod now completely ignores dynamic, client-side, or garbage NBT data injected on the fly by massive tech packs (HBM's Nuclear Tech, Techguns, etc.). Dynamic tags like
charge,radiation, or internal capability markers will no longer break item recognition or desync tooltips. - Flawless $O(1)$ Server Performance: Maintained lightning-fast lookup speed across massive modpacks with 150+ mods, ensuring zero lag spikes during item verification.
🔬 Advanced Admin & Developer Debug Tooltips
- Built-in NBT Inspector: Added a powerful real-time debug overlay to tooltips.
- How to use: Enable advanced tooltips (
F3 + H) and hold Left CTRL while hovering over any item. It will instantly render: - Raw NBT (exactly what the game/other mods see).
- Clean NBT (what the Journey Mode filter actually processes).
- Total items recorded in the database map.
🕳️ Auto-Research Crafting & Anti-Exploit Overhaul
- Resurrected Crafting Event Handler: Restored and fully optimized the auto-research system for the vanilla 3x3 Workbench and 2x2 Inventory crafting grids.
- Defeated Shift-Click Duplication: Fixed a critical vanilla engine exploit where rapid Shift-clicking inside the crafting GUI could generate phantom item duplicates. Updates are now safely deferred via
addScheduledTaskto execute right after the vanilla crafting cycle stabilizes. - Eradicated Visual Desyncs (Ghost Items): Fixed an issue where phantom ingredients or crafted results would float in the grid if you crafted a single item. Implemented precise server packet synchronization (
SPacketSetSlotanddetectAndSendChanges) to force the client to render true empty stacks instantly. - Config Support: Fully tied the system to
consumeItemsconfig toggle. Set totrueto vaporize crafted items instantly for research progress, orfalseto scan them safely.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HvsThcO5:PMerda1m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HvsThcO5:PMerda1m"
}
