All versions
0.1
Alpha
Age Of Leveling 0.1 Alpha2 months ago 163
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New content
Class
- Tanker
- Fighter
- Mage
- Assassin
- Ranger
- Healer
Dungeons
- Insect Dungeon
Itens
- Mana Crystal
- Essense Stone (S, A, B, C, D, E)
- Hunter's License
- Portal Key
Mobs
- Hopper
- Poisoned-Toothed Giant Desert Centipedes
Bosses
- Buryura
Quests
- Mandatory Training
- Monster Hunt
Weapons
Swords:
- Sword
Longswods:
- Steel Longsword
Daggers:
- Dagger
- Steel Dagger
Axes:
- Hatchet
- Steel Axe
Shields:
- Shield
- Steel Shield
Grimories:
- Essence of Magic
- Ancient Grimorie
Bows:
- Bow
- Steel Bow
Staffs:
- Staff
- Steel Staff´
Five acquirable titles
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:WkMN6vDJ:G1Amyuyb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WkMN6vDJ:G1Amyuyb"
}


