
Rifted Lands
It is a "what if I had influence over the evolution of the game" kind of modification. Although still in development, this mod aims to deeply rework Minecraft, making it more challenging, more rewarding, and ultimately more enjoyable. Progression is slowe
1.0.0B
Compatibility
Changes
What’s New?
- Added a new Premium Food Cooking System (work in progress)
- Added various items related to premium cooking, including Grated Vegetables, Kitchen Knife, Grater, Cheese Slicer, White Cheese, and more
- Introduced a completely new armor and tool upgrade system
- Added new guide books designed to help players unfamiliar with the mod, making the experience more beginner-friendly
- Added many new flowers that blend beautifully into the world
- New pickaxe enchantment: Omni Miner – allows mining multiple blocks around the player when digging downward
- Added new totems and reworked the Totem of Undying appearance:
Empty Totem
- Totem of Vitality
- Totem of Fortitude
- Totem of Colossus
- Added a new Totem Table used to craft these totems
- Added new armor sets: Amethyst Armor and Frost Amethyst Armor, each with unique effects
- Added new Copper Tools, inspired by newer vanilla-style designs from Minecraft
- All items in the Creative Mode tabs are now neatly organized
- New language: Polish!
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:N7Pae6lW:ttAZVuzI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N7Pae6lW:ttAZVuzI"
}
