Skip to content

Repository files navigation

Debug Utils



Discord

With 1.21.9 debug features are no longer stripped in the release jar, but they require a jvmArg for them to be enabled.
This mod now changes it so the features can be enabled via commands.
The commands have been split into

  • debugutils: For features that require server data
  • debugutils_client For feature that only need client data. These features do not require the mod on the server either

Devs

If you want to use the mod in your dev environment just add the following snippet to your build.gradle

repositories {
    maven {
        url "https://maven.blazing-coop.net/releases"
    }
}

dependencies {    
    //Fabric==========    
    modRuntime("io.github.flemmli97:debugutils:${minecraft_version}-${mod_version}-{mod_loader}")
    
    //NeoForge==========    
    runtimeOnly("io.github.flemmli97:debugutils:${minecraft_version}-${mod_version}-{mod_loader}")
}

About

No description, website, or topics provided.

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages