always-show-debug-info/readme.md

10 lines
524 B
Markdown
Raw Permalink Normal View History

2021-12-08 17:14:03 +01:00
# Always Show Debug Info
2021-12-08 17:29:11 +01:00
[![Modrinth](https://img.shields.io/modrinth/dt/always-show-debug-info?style=flat-square)](https://modrinth.com/mod/always-show-debug-info)
2021-12-08 17:14:03 +01:00
Simple mod that allows you to view the F3 info disabled by the [reducedDebugInfo gamerule](https://minecraft.fandom.com/wiki/Debug_screen#Legend) (coords, light level, etc.) despite what the server says.
Should also hopefully serve as a good beginner example of how to make a simple mixin! (because that's all the mod has..)
2021-12-08 17:29:11 +01:00
![screenshot](screenshot.png)