Links
Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
In version "2.0" Added:
- 3 books with information about the mod: Basic Guide Book of Creatures Book of Crafts, Magic, etc.;
- Many new crafting items added;
- Bulletin board with 2 quest branches added;
- Achievements;
- New levels of the ring with Nazgul on Fell Beasts;
- The ring now has a cooldown;
- Shader changes when using the ring;
- The Fell Beast can be tamed;
- In Isengard, you can find 4 colors of Warg puppies, take them into your inventory, grow them, and use them in battle;
- Special abilities added for the Fell Beast and Wargs;
- 2 types of Ents added;
- Several Ent quests added;
- You can climb on Treebeard;
- Scene from the movie when the Ents attack Isengard added;
- 3 Uruk-hai added;
- Dozens of orc variations (skin, equipment, etc.);
- 6 sets of armor;
- 3 orc weapons;
- 2 shields;
- Boss Saruman;
- Saruman's staff;
- Special smelter;
- 5 paintings;
- Isengard Dimension added (requires additional files);
- Improved Hobbit structure;
- Fixed doors.
⚠️Installation (NON-STANDARD, PLEASE READ): Download the mod for your version; Download the additional files https://cdn.modrinth.com/data/pGnVL7c7/versions/adbA53yw/vtubruhlotrmobs_map_files.zip Download GeckoLib for your version; Create a world and exit it; Go to your Minecraft folder, then to your world folder, for example, .minecraft\saves\world; In the world folder, there will be a dimensions folder - place the downloaded vtubruhlotrmobs folder there with replacement (if prompted); Why this way? It's related to the large map that I can't load automatically in the dimension yet. I may fix this in the future.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| vtubruhlotrmobs_map_files_1201.zip | Unknown | 20.21 MiB |
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:pGnVL7c7:VdHfyr19"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pGnVL7c7:VdHfyr19"
}


