https://github.com/stormwind99/daringdebug
Minecraft mod: Do you DARE to see extra debug information in Minecraft? Intended audiences are mod developers, mod pack authors, and users needing to debug a problem.
https://github.com/stormwind99/daringdebug
minecraft minecraft-forge minecraft-forge-mod minecraft-mod minecraft-plugin
Last synced: about 1 month ago
JSON representation
Minecraft mod: Do you DARE to see extra debug information in Minecraft? Intended audiences are mod developers, mod pack authors, and users needing to debug a problem.
- Host: GitHub
- URL: https://github.com/stormwind99/daringdebug
- Owner: Stormwind99
- License: lgpl-3.0
- Created: 2018-07-07T11:56:24.000Z (almost 8 years ago)
- Default Branch: 1.14.4
- Last Pushed: 2020-04-11T14:37:53.000Z (about 6 years ago)
- Last Synced: 2025-03-30T09:42:01.056Z (about 1 year ago)
- Topics: minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod, minecraft-plugin
- Language: Java
- Homepage: https://minecraft.curseforge.com/projects/daring-debug
- Size: 2.76 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daring Debug
Do you DARE to see extra debug information in Minecraft?
Intended audiences are mod developers, mod pack authors, and users needing to debug a problem. Due to CPU expense, running this mod during normal gameplay is NOT recommended.
This mod adds:
### 1.14.4
* a TileEntity-under-cursor entry to debug screen.
* a tag list for ItemStacks to advanced tooltips
* (default off due to expense) capability displays for TileEntity, Entity, Chunk, and World (via debug screen), and for ItemStack (via tooltips)
### 1.12.2
* a TileEntity-under-cursor entry to debug screen.
* an oreDict list for ItemStacks to advanced tooltips and debug screen
* (default off due to expense) capability displays for TileEntity, Entity, Chunk, and World (via debug screen), and for ItemStack (via tooltips)
This display is useful for debugging and configuration of mods that need TileEntity registration names, like [Food Funk](https://github.com/Stormwind99/FoodFunk). By looking at a block with the debug screen active, if the block has a TileEntity attached it will display the Forge registration name of that TileEntity with the prefix "TileEntity:" under the block name. You can then use this name in configuration files for other mods which require TileEntity registration names.
## Screenshots

TileEntity on debug screen (1.12.2)

oreDict entries on advanced tooltip for an item (1.12.2)