2.0.1
Compatibility
Changes
❇️ Info
Hey! I've finally managed to access my Modrinth account after 8 months! Here's everything new that has been added in the recent updates.
✨ New Features
-
Added a new item: Large Ancient Debris Shard. These shards have a 10% chance of spawning when you mine Ancient Debris ore. You can craft one Ancient Debris using four of these large shards.
-
Added a new Advancement: The Big One. Obtained by getting a Large Ancient Debris shard.
-
Implemented Furnace and Blast Furnace smelting recipes for ores.
-
Added a dedicated Creative tab for the Overworld Netherite mod.
-
Added compability with the CREATE MOD.
-
Remade the Ore generation.
-
Added Shard trades for Villagers.
-
Remade the dropping system.
-
Added Ancient Debris to the overworld. It's extremely rare, and when destroyed, it drops 4 large shards and 20 XP.
-
Added Fortune functionality! Now, the higher your Fortune level, the more shards you'll receive, and the chance for a big shard will be increased.
-
Fixed a lot of bugs.
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:EvuYS8gZ:KEYTVFt5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EvuYS8gZ:KEYTVFt5"
}

