Ampflower / gadget

Debugger's Delight

Home Page:https://modrinth.com/mod/gadget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • (Block)Entity Inspector - deep inspection and editing of entity fields in-game, reaching right into the java code, including on server-side.
  • Packet Dumper - capture, save and review network traffic in-game

More to come, so stay tuned!

About

Debugger's Delight

https://modrinth.com/mod/gadget

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%