Tags
Creators
Details
Licensed ARR
Published last month
Updated 14 hours ago
All versions
1.1.36
Release
DMZ Ragnarok 1.0.12 weeks ago 188
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
🌌 DMZ Ragnarok 1.0.1
A small patch on top of the first public release: menu polish, a name-tag fix, and compatibility with Mohist-based servers.
🔧 Fixes and improvements
- Main menu banner: the affiliate banner now scales with your GUI scale like the rest of the interface, and its text only shows when you hover it, so it stays out of the way.
- Name tags: fixed a rank/title tag that could show twice, once on each side of a player's name, in chat and above the head.
- Mohist support: the mod now starts cleanly on Mohist and other Bukkit hybrid servers. It detects the hybrid and skips the few networking hooks those servers rewrite, instead of failing to load. Pure Forge is unchanged.
📦 Requirements
- Minecraft 1.20.1, Forge 47.4.20 or newer
- DragonMine Z 2.1.3, GeckoLib and Curios (required)
- Needed on both the client and the server
Support and community
Bug reports and updates happen in the Discord:
discord.gg/HaXBGEPXyE
Optional dependencies
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:bLplVEcb:5Xe1Yuw2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bLplVEcb:5Xe1Yuw2"
}

