
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.1.3
Compatibility
Changes
⚙️ Create: Multiplanar Crafters - Changelog v0.1.3-beta
Welcome to the very first public Beta release of Create: Multiplanar Crafters! This version introduces complete horizontal support for Create's Mechanical Crafter with polished animations, seamless kinetic transmission, and clean item physics.
🚀 Initial Release Features
🧱 Horizontal Crafting Grids
- Sky-Facing Orientation: You can now rotate the vanilla Mechanical Crafter using a wrench to face straight up towards the sky (lying flat on the floor)!
- Top-Face Item Rendering: Items placed in the crafting grid now render beautifully flat on the top face of the block, aligned perfectly with the sky-facing grid.
⚙️ Horizontal Rotational Power
- Kinetic Transmission (X/Z Axis): Rotational power is now seamlessly transmitted bilaterally along the horizontal plane. You can easily power a flat crafting array directly with horizontal shafts and cogwheels without needing vertical redirection!
✨ Visual Polish & Tailored Particles
- Flat Merging Animations: Item merging animations now slide flatly across the top faces of the blocks.
- Top-Face Particles: Crafting and item break particles (
CRITand item break effects) now spawn flat on the top face of the block, matching the horizontal layout.
📦 Clean Physics & Ejections
- Collision-Free Item Ejection: Finished recipes pop out gently on the top face of the output crafter (Y + 1.15). This completely avoids block collisions, preventing items from being launched into the air by the physics engine!
🔧 Installation Notes
- Mod Version:
0.1.3-beta - Minecraft Version:
1.21.1 - Loader:
NeoForge 21.1.x+ - Dependencies: Requires Create Mod (NeoForge) installed.
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:RbzlTEBh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZYhx5zXn:RbzlTEBh"
}
