Links
Tags
Creators
Details
1.2.4
Compatibility
Changes
Minecraft 26.3 support. Builder's Shulkers now runs on Minecraft 26.3, on Fabric and on NeoForge, alongside 26.1.x, 26.2 and the 1.21.x line.
Litematica easy place compatibility. With easy place turned on, Pocket-Build now builds straight from the box in your hand: it takes whichever slot holds the block the schematic asks for, block by block, so one shulker works as a material palette for a whole build. Until now easy place refused to place anything while you held a box and answered "Action prevented by the Easy Place mode" on every click.
Fixed the Pocket-Build scroll stopping twice on the same item when the first and last filled slot of a shulker holds that item.
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:GfiZGjmF:JEILkV6M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GfiZGjmF:JEILkV6M"
}

