Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
3.0.0
Release
MNS 3.0.0-1.20 [UNIVERSAL]2 weeks ago 11.4K
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
Added
- Mega Fortress - A massive new nether fortress made up of 138 pieces and packed with loot, mobs and traps. This is our best structure yet across all Moogs structure mods! The mega fortress is made up of various towers with dungeons hidden beneath the lava. Bridges stretch out in all directions with stairs and towers leading to a second floor suspended from the roof with chains.
- Dragon Arena - A dragon skeleton sitting in lava lakes. Here you will find the most challenging mobs from the 3 new arenas and therefore, the best loot.
- Large Arena - A combat focused arena that is mostly buried beneath the surface. Here you will find plenty of spawners, vaults and trial spawners.
- Small Arena - While the easiest of the 3 arenas, don't take it lightly. There are still powerful mobs here protecting loot that's worth the visit.
Good luck!
Changed
- Now requires Moog's Structure Lib v3.0.0 or newer.

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:nGUXvjTa:izQ8BqEu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nGUXvjTa:izQ8BqEu"
}


