
Create: Multiplanar Crafters
Create: Multiplanar Crafters is a lightweight addon for the Create mod that completely revolutionizes the Mechanical Crafter. It finally unlocks the ability to orient your crafting grids horizontally (along the X/Z axis), facing the sky!
Tags
Creators
Details
0.2.25
Compatibility
Required content
Changes
🚀 Create: Multiplanar Crafters - v0.2.25
This update focuses on memory optimization (Zero-Allocation), NBT grid persistence, and the new wrench configuration HUD.
⚡ Performance & GC Optimizations
Rewrote grid detection to eliminate garbage collection overhead on large matrices.
- Zero-Allocation BFS: Standard Java collections in the BFS loop were replaced with primitive collections from Fastutil (
LongOpenHashSetandLongArrayFIFOQueue). Combined withMutableBlockPos, this stops temporary object spamming. - Smart Invalidation: The cache no longer resets on adjacent redstone toggles or air updates. It only triggers when an adjacent Mechanical Crafter is physically modified (rotated, wrenched, or broken).
- NBT Persistence: Fixed world-loading issues by syncing the horizontal state directly into
saveAdditional/loadAdditionalviaSmartBlockEntityMixin. Grids stay flat across server restarts.
🔧 Wrench Integration & HUD UI
Added a dynamic configuration system for the Create Wrench, featuring a custom HUD overlay and full English/French localization.
How to use:
- Hold a Create Wrench.
- Sneak (Shift).
- Scroll the mouse wheel to cycle through modes.
Available Modes:
- Mode 0: Standard Mode (Silver text) - Default Create wrench behavior (rotate or dismantle).
- Mode 1: Arrow Direction (Brass Gold text) - Right-click a crafter to cycle its slot arrow direction (Up, Down, Left, Right).
- Mode 2: Block Orientation (Cyan text) - Right-click to toggle between FLAT (sky-facing, shifts Flywheel gears to the Y-axis) and VERTICAL (default wall layout).
🎨 HUD Styling (Create Palette)
The overlay panel has been color-matched to fit Create's UI theme:
- Borders: 2px outer line in Brass Gold (
0xFFC6A052) + dark Cast Iron inner contour (0xFF100C0A). - Background: Dark Cocoa (
0xFF201B18). - Text: Localized mode names with sand-colored descriptions (
0xFFB29D85).
📦 Compatibility
- Minecraft: 1.21.1
- NeoForge: 21.1.230+
- Dependencies: Create, Flywheel, Ponder
Changelog formatted with the help of AI
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:ZYhx5zXn:JMqYfo8l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZYhx5zXn:JMqYfo8l"
}

