wisp-forest / gadget

Debugger's Delight
https://modrinth.com/mod/gadget
GNU Lesser General Public License v3.0
44 stars 6 forks source link

gadget icon
gadget

Overview

Gadget is a collection of tools for mod developers, aimed at helping debug content mods.

Build Setup:

# https://maven.wispforest.io/io/wispforest/gadget
gadget_version=...
repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
    maven { url 'https://maven.wispforest.io' }
}

<...>

dependencies {
    modLocalRuntime "io.wispforest:gadget:${project.gadget_version}"

    // if you want to use gadget's API, uncomment this
    // modCompileOnly "io.wispforest:gadget:${project.gadget_version}"
}

You can check the latest version on the Releases page

For documentation, reference the gadget explainer video.

Features

More to come, so stay tuned!