Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.0.0-1.21.8-beta
Beta
1.0.0-1.21.8-beta2 weeks ago 4,574
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Changes
- Add new factions : Moria Orcs, Goblin Town, Dol Guldur and the Woodland Realm
- Add playable races : goblin and snaga race
- Add player book guide item
- Add attribute modifiers to race characteristics (datadriven)
- Add new visuals for NPCs
- Add new structures and villages for many factions
- Add the Great Horn mount
- Add the Cave Troll mount
- Add the new spawn of shelob spiders (3 variants)
- Add new gems
- Add new ore visuals
- Add new enchanting system based on gem crafting and inscriptions
- Add many new blocks and decorative items
- Add two new trial dungeons (Brigand Dungeons & Mirkwood Spider Nests)
- Add a lot of new gear
- Add barrel riding
- Add datadriven NPC world spawning
- Add fully datadriven NPC gear and visual
- Add custom entity spawn egg visuals
- Improve pipe mechanic
- Improve some GUI to add QoL or better visuals
- Improve many biome visuals
- Revisit mithril tools and make them unbreakable
- Revisit race balance
And a lot more content and features!
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:aT3Teaxa:kNgMo82c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aT3Teaxa:kNgMo82c"
}

