1.0.0-beta.1
Compatibility
Required content
Changes
MagPix Builder 1.0.0-beta.1 is the first public beta release for Fabric 1.21.11.
Highlights Added the MagPix Builder creative tab Added MagPix Scanner for cuboid structure scans Added MagPix Ground Scanner for ground-rectangle scans Added CSV and JSON BOM export Added particle wireframe previews for scan selections Added support for a double-length single bed block Added a larger MagPix block library with custom and Minecraft-matched variants Improvements Improved directional block handling and multi-face texture support Improved export flow by writing files to Downloads/magpix_exports Added test coverage for registry data and exporter output Updated many block textures to better match provided MagPix reference assets Fixes Fixed creative tab registration and item rendering issues on Minecraft 1.21 Fixed scans returning empty counts when the build selection was valid Fixed startup crashes caused by copying incompatible vanilla block state templates Fixed texture atlas crashes caused by oversized source textures Fixed the single bed block placement, collision, and UV mapping Requirements Minecraft 1.21.11 Fabric Loader 0.19.2 Java 21
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:LWlocvTp:7p8oDYKZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LWlocvTp:7p8oDYKZ"
}

