Links
Tags
Creators
Details
5.0
Compatibility
Changes
A complete restructure under the hood!
Major changes include:
- Replaced stone with flint in infested potion
- Replaced slime block with slime ball in oozing potion
- Replaced turtle helmet with turtle scute in turtle master potion
- Poplar wood set is now supported
- Ice can now be crafted from four snow blocks
- Decreased output of metal doors to 1
- Added wool processing to stonecutter
- Logs be cut into the same products as planks with 4x the output
- Logs can be cut into wood
- Added bars and lightning rods to copper cutting options
- Fixed some bugs
And the biggest news!
With the internal restructure, this has been split into 8 smaller packs for more modularity. Each pack can now be found on Modrinth and CurseForge! (currently under moderation, hopefully posted by the time you read this)
- Crafting Refinements: Blast Buff
- Crafting Refinements: Copper Consistency
- Crafting Refinements: Polished Potions
- Crafting Refinements: Recipe Rebalance
- Crafting Refinements: Renewable Rocks
- Crafting Refinements: Six Stairs
- Crafting Refinements: Stonecutter Solutions
- Crafting Refinements: Wasteless Wood
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:6CDNkn4u:UobaTNtc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CDNkn4u:UobaTNtc"
}

