Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wisp-forest/gadget

Debugger's Delight
https://github.com/wisp-forest/gadget

Last synced: 4 days ago
JSON representation

Debugger's Delight

Awesome Lists containing this project

README

        


gadget icon


gadget












## Overview

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

**Build Setup:**
```properties
# https://maven.wispforest.io/io/wispforest/gadget
gadget_version=...
```

```groovy
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](https://github.com/wisp-forest/gadget/releases) page

For documentation, reference the [gadget explainer video](https://www.youtube.com/watch?v=8Ok5TIvziUQ).

## 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!*