Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 4 months ago
All versions
3.9.4
Release
The Entrance of the Academy10 months ago 822K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changes:
- World gen
- Towns should now not stack on top of eachother and should be MUCH smoother. Some world gen problems may persist, so please report back on problems that you are able to see and find
- the lodge now spawns connected to land and does not spawn suspended in the air.
- New Structure!
- The academy drops into the mod! This is a location that in the future, you will be able to find a library full of all sorts of cobblemon lore and information!
- loot table balancing!
- Loot tables have been heavily balanced. there are now far fewer items in chests and barrels. In the future if people are still saying that there is too much loot in the different villages, we will then cut down the number of chests per village. We will probably do this anyway as there are way to many chests and barrels in a few of the builds.
- Cobbledollars only going forward until we figure out a workaround to intelligently determine how to use one or the other.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:W2pr9jyL:dFAYPidJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W2pr9jyL:dFAYPidJ"
}

