
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.3.43
Compatibility
Changes
🚀 Create: Multiplanar Crafters - v0.3.43
This update marks a major milestone with the official arrival of the Minecraft 1.20.1 backport, alongside essential stabilization fixes.
🌐 Rétrocompatibilité (1.20.1 Backport)
- Minecraft 1.20.1 Support: Overhauled the internal framework to fully support running the addon on Minecraft 1.20.1.
- Rendering Adaptation (Flywheel 0.6): Completely rewrote rendering mixins and instancing logic to comply with the legacy Flywheel 0.6 API (
TileEntityInstance/InstanceData), ensuring horizontal grids render flawlessly without visual glitches on this version. - Legacy Data Handling: Adapted block configuration syncing and data persistence to utilize the classic NBT
CompoundTagsystem instead of 1.21's modern Data Components.
🐛 Debug & Stabilization Fixes (Backport-Specific)
- Fixed Startup Crash: Resolved a critical class-loading issue related to graphical rendering instances that caused the game to crash during initialization on Minecraft 1.20.1.
- Console Log Cleanup: Stripped out verbose tracking and massive development debug logs that were cluttering both client and server consoles during backport testing.
📦 Compatibility
- Minecraft: 1.20.1 / 1.21.1
- Dependencies: Create, Flywheel
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:PMRvmluP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZYhx5zXn:PMRvmluP"
}
