Simple mod that allows you to view the F3 info disabled by the reducedDebugInfo gamerule (coords, light level, etc.)
Go to file
Jill e5de9c0205 readme n stuff 2021-12-08 19:14:03 +03:00
gradle/wrapper init commit; add the base mod 2021-12-08 19:05:08 +03:00
src/main init commit; add the base mod 2021-12-08 19:05:08 +03:00
.gitignore init commit; add the base mod 2021-12-08 19:05:08 +03:00
LICENSE readme n stuff 2021-12-08 19:14:03 +03:00
build.gradle init commit; add the base mod 2021-12-08 19:05:08 +03:00
gradle.properties init commit; add the base mod 2021-12-08 19:05:08 +03:00
gradlew init commit; add the base mod 2021-12-08 19:05:08 +03:00
gradlew.bat init commit; add the base mod 2021-12-08 19:05:08 +03:00
readme.md readme n stuff 2021-12-08 19:14:03 +03:00
screenshot.png readme n stuff 2021-12-08 19:14:03 +03:00
settings.gradle init commit; add the base mod 2021-12-08 19:05:08 +03:00

readme.md

Always Show Debug Info

Simple mod that allows you to view the F3 info disabled by the reducedDebugInfo gamerule (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..)

screenshot