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.
- (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!