0.0.4
Compatibility
Changes
Did a complete Achievement overhaul!
Now all the achievements for the mod are basically copied from old java Minecraft. There are duplicates for some achievements (Stone age, we need to go deeper, etc) so I made the mod achievements only for mod items.
See the gallery for the current Achievement tree for the mod.
Added Classic Forest biome! Basically a forest but only classic oak trees and the trees are very close together.
Added classic roses that spawn in the classic forests.
Also added the Alpha Forest biome! It's kinda the same as the Classic Forest, but trees are seperated a bit more and the grass and leaves is bright green just like alpha.
Plus added respective dimension portals for the new biomes.
Also added classic versions for Wooden, Stone and Diamond tools. Helps clear conflictions with the new achievements system. Also added rubies and ruby tools. Plus amethyst tools + armor, but this is more of a 'for fun' feature than a real maintained feature.
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:DPO9z6Un:vLAdXgHC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DPO9z6Un:vLAdXgHC"
}

