Home
gadget is a collection of tools meant to help debug mods by allowing you to inspect and change certain game features.
Setup¶
If you aren't in a developer environment, you can just download the mod from Modrinth or GitHub.
If you want to put gadget in your buildscript, however, you first just include the Wisp Forest repository:
And then declare your dependency the usual way:
dependencies {
// modCompileOnly "io.wispforest:gadget:${project.gadget_version}" (1)
modLocalRuntime "io.wispforest:gadget:${project.gadget_version}"
}
- If you need to use the gadget API (e.g. if you want to make a custom packet deserializer), uncomment this.
Last update:
2023-09-01