Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 6 months ago
All versions
1.3+mod
Release
v1.32 years ago 134.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes

Additions:
- Added a failsafe feature (if the function that runs every second failed to reschedule due to an update, the pack will now reschedule it & start working properly again);
- Added the vanilla Dispenser recipe back (the "Recipe Tweaks" recipe now exists as an alternative & is unlocked by getting 1 Stick/String/Bow/Dispenser; both recipes are now in the new 'dispenser' group).
Changes:
- Updated to 1.21;
- The Shulker Box recipe is now shapeless;
- You can now get Cobble(stone/d Deepslate) from Stonecutting Stone/Deepslate;
- Tuff/Diorite/Andesite/Granite/(Red) Sandstone can now be used as Cobble(stone/d Deepslate) & Blackstone in crafting recipes;
- Polished Tuff/Diorite/Andesite/Granite (Slabs) & Smooth (Red) Sandstone (Slabs) can now be used to craft Armor Stands, Blast Furnaces, Stonecutters & Grindstones;
- The Copper Trapdoor recipe is now consistent with Iron Trapdoors (changed from 3x2 Ingots for 2 Trapdoors to 2x2 Ingots for 1 Trapdoor).
Fixes:
- Stonecutters are now crafted with Deepslate instead of Polished Deepslate.
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:yfCkCdhj:y96ObuB8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yfCkCdhj:y96ObuB8"
}

