All versions
1.9-26.2.x
Release
Builder's Paradise 1.9-26.2.xlast week 9
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
- Added graphite (+slabs, stairs, walls, fences)
- Added polished graphite (+slabs, stairs, walls, fences)
- Added graphite bricks (+slabs, stairs, walls, fences)
- Added graphene (behaves likes snow layers)
- Added carbon dust
- Added carbon blocks (they obey gravity, and can be farmed for graphene and diamonds)
- Added bismuth (+cut (+slabs, stairs), door, trapdoor, pressure plates, chains, grates, bulbs, torches)
- Added lanterns for every other metal variant
Changes
- Restored JEI compatibility
- Made tungsten far rarer now
- Ender dragon can no longer break blocks made out of end stone and obsidian, as well as the rusted/waxed variants of iron bars
- Obsidian, obsidian bricks, crying obsidian, crying obsidian bricks, ancient debris, netherite blocks, tungsten ore, deepslate tungsten ore, raw tungsten blocks, tungsten blocks, cut tungsten and heavy cores can be used to farm diamonds from carbon
- All half-blocks made from the obsidian, crying obsidian, netherite or tungsten, as well as anvils, can also farm diamonds from carbon, but have a far lower yield.
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:jpg0ge92:J0k7coJg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jpg0ge92:J0k7coJg"
}

