All versions
1.6-1.21.11
Release
Builder's Paradise 1.6-1.21.114 months ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Probably the last update I plan on pushing out before 26.1 drops
Additions
- Gilded Blackstone slabs, stairs, walls, fences
- Polished Stone (+ slabs, stairs, walls, fences)
- Smooth Deepslate (+ slabs, stairs, walls, fences)
- Netherrack Bricks (+ slabs, stairs, walls, fences)
- Big Bricks (+ slabs, stairs, walls, fences)
- Terracotta Bricks (+ slabs, stairs, walls, fences)
- Dyed Terracotta Bricks (+ slabs, stairs, walls, fences for all 16 colours)
- Concrete Bricks (+ slabs, stairs, walls, fences for all 16 colours)
- Tinted Glass Panes
- Glass Doors and Trapdoors
- Tinted Glass Doors and Trapdoors
- Stained Glass Doors and Trapdoors (all 16 colours)
Changes/Bugfixes
- Changed all Brass Blocks' textures (I still wasn't happy with them gaah)
- Changed all ingot/nugget textures to more accurately fit their current textures (except for the Bronze Ingot and Netherite Nugget)
- Changed the campfires' loot table to be more in line with Vanilla
- Pumice and pumice related blocks no longer drop ice shards
- Snow/Ice bricks now use the same loot tables as their non-brick counterparts
- Changed the Purpur Pillar and Quartz Pillar crafting recipes to be more consistent with each other; they now both require three of their non-pillar counterparts arranged in a vertical line.
- Fixed the bug where rusted iron bars still showed that vertical line rendering between each quad when attached to one another
- Changed the rusted iron bars textures to be more in line with the current rusted iron textures
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:oCwhqwQa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jpg0ge92:oCwhqwQa"
}

