All versions
1.2.0
Release
neoforge-1.21.1-.2.03 months ago 1,594
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
v1.2.0
New Recipes
- Crushing → Brick and Purpur Block
- Crafting Table → Bell, Blaze Burner, and String
- Filling → Blaze Burner, Breeze Rod, and Magma Cream
- Pressing → Budding Amethyst
- Haunting → Netherrack and Wither Skeleton Skull
New Create Mechanical Spawner Recipes
- Added filling recipes for some spawn eggs using their respective fluids
New Alex's Caves Recipes
- Changed the recipe for the Polarity Armor Trim
Changes
- Tuff now requires 4 cobblestones and 500 mB of water instead of 1 cobblestone and 1000 mB
- Crushing End Stone now has a 10% chance to drop a shulker box and 5% for an ender pearl (previously 8%)
- Compacting honeycomb now guarantees 3 drops instead of 4
Optional dependencies
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:uUsD8Drs:zeypHK5e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uUsD8Drs:zeypHK5e"
}






