Перейти к содержимому
Mineforgian

gadget

Debugger's Delight

6K загрузок93 подписчиковLGPL-3.0-onlyfabricquilt

Обновлён 5 марта 2026 г. · опубликован 7 ноября 2022 г.

Debugger's Delight

Gadget is a collection of tools to debug and inspect certain game elements from in-game - think Chrome's developer tools, or Firefoxes' Firebug.

Gadget's inspection tools work both in single player and on a remote server - if it also has Gadget installed.

Entity Inspector

Entity Inspector preview

Press the Inspect (default: I) key when targeting a entity or block entity to view and edit its internal Java fields. You can inspect both the client and server Java object.

NBT Inspector

UI Inspector preview

Press the Inspect (default: I) key when hovering over an item stack with NBT to view and edit its NBT.

Packet Dumper

Packet Dumper preview

Press the Dump Packets (default: K) key to toggle dumping network traffic on. You can also join with the packet dumper engaged by right-clicking the server or world and selecting Join and start dumping packets.

Press Dump Packets again to stop recording and save the dump.
You can review it from the Gadget's menu.

Server owners and operators

Gadget supports the Fabric Permissions API.
If not present, it defaults to requiring OP status.

Gadget uses the following permissions:

gadget.inspect - entity inspector usage permission
gadget.replaceStack - NBT viewer write permission

Class Inspector

(the class inspector is broken in the latest version :P)

Look through all classes touched by mixin (or all classes, if you hold shift) by looking in the class inspector.

N.B.: This will automatically download Quiltflower from the QuiltMC maven the first time you press Inspect Exported Classes.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.2.6+1.21.11Альфа1.21.11fabric5 марта 2026 г..jar (826 КБ)
0.2.5+1.21.9Альфа1.21.9fabric6 октября 2025 г..jar (758 КБ)
0.2.4+1.21Альфа1.21fabric27 июля 2024 г..jar (783 КБ)
0.2.3+1.20.3Релиз1.20.3, 1.20.4fabric, quilt22 января 2024 г..jar (868 КБ)
0.2.3+1.20.2Релиз1.20.2fabric, quilt1 января 2024 г..jar (874 КБ)
0.2.2+1.20.2Бета1.20.2fabric, quilt11 октября 2023 г..jar (870 КБ)
0.2.2+1.20Релиз1.20, 1.20.1fabric, quilt4 октября 2023 г..jar (868 КБ)
0.2.1+1.20Релиз1.20, 1.20.1fabric, quilt8 июля 2023 г..jar (813 КБ)
0.2.0+1.19.4Бета1.19.4fabric, quilt9 июня 2023 г..jar (792 КБ)
0.1.8-hotfix+1.19.4Бета1.19.4fabric, quilt29 апреля 2023 г..jar (638 КБ)
0.1.8-hotfix+1.19.2Бета1.19, 1.19.2fabric, quilt28 апреля 2023 г..jar (620 КБ)
0.1.8+1.19.4Бета1.19.4fabric, quilt29 марта 2023 г..jar (639 КБ)
0.1.8+1.19.3Бета1.19.3fabric, quilt22 марта 2023 г..jar (624 КБ)
0.1.7+1.19.3Бета1.19.3fabric, quilt8 января 2023 г..jar (622 КБ)
0.1.7Бета1.19, 1.19.2fabric, quilt2 января 2023 г..jar (621 КБ)

Показаны последние 15 из 21 версий. Все версии — на Modrinth.

Ченджлог

0.2.6+1.21.11Альфа1.21.11 · 5 марта 2026 г.

Updated to 1.21.11 (#47, @metabrixkt)

Main features work, though some features may be broken (e.g. class viewer, due to some changes in mapping-io).

0.2.5+1.21.9Альфа1.21.9 · 6 октября 2025 г.

Ported to 1.21.9.

  • Removed UI inspector, due to the code breaking (and it not being very useful anyways)
  • Removed owo-ui component event counter

This is very lightly tested, please report any bugs you see!

0.2.4+1.21Альфа1.21 · 27 июля 2024 г.
  • Updated to 1.21
  • Support for the old dump format (which for a long time hasn't been used) has been removed
  • NBT locking has been removed
  • The NBT inspector has been adapted to fit item stack components
0.2.3+1.20.3Релиз1.20.3, 1.20.4 · 22 января 2024 г.

Straight-forward port to 1.20.3/1.20.4.

0.2.3+1.20.2Релиз1.20.2 · 1 января 2024 г.
  • Fix UTF-8 encoding (Kas-tle, #35)
  • Remove translations from file dialogs (mfw tinyfiledialogs)
  • NBT locking is now disabled by default
  • NBT tags can now be copied in the NBT inspector (#37)
  • Added support for dumping server queries (Benonardo, #38)
  • Some minor remapping issues should be fixed
0.2.2+1.20.2Бета1.20.2 · 11 октября 2023 г.

Mostly a port to 1.20.2. Big thank you to Kas-tle for helping with porting!
As the 1.20.2 networking changes hit gadget pretty hard, this version has been initially released as beta.
Expect bugs!

  • Tab now works in the NBT inspector
0.2.2+1.20Релиз1.20, 1.20.1 · 4 октября 2023 г.
  • Added loud chat logging
    Run /gadget chat-log enable logger-name to forward all messages from that logger to the in-game chat!
  • Basic item NBT locking support
    Item stack NBT will be locked while running methods that shouldn't mutate it
    Changing item stack NBT while locked will cause a crash
  • (Block)entity client data can now always be viewed on the client, even if the server doesn't have gadget installed
  • Searching in the field inspector screen should work again
  • Compatibility with Krypton should hopefully be fixed
  • Dumped packets now show the time at which they were sent relative to the start of the dump
  • Packets can now be visually collapsed in the dump screen
  • Stacks with non-null empty NBT now have a special tooltip
  • Add tag button no longer appears in NBT inspector when client doesn't have enough permissions
0.2.1+1.20Релиз1.20, 1.20.1 · 8 июля 2023 г.
  • Ported to 1.20.1.
  • Added support for flushing dump file on JVM exit and after packet write (#21)
  • Dump reader now fails soft on IOException

Полная история изменений — на Modrinth.

Комментарии

Загружаем…