Simple mod that allows you to view the F3 info disabled by the reducedDebugInfo gamerule (coords, light level, etc.)
Go to file
Jill 911e0f8e4c change license to lgpl because agpl is invalid for mc mods 2022-02-28 02:12:12 +00:00
gradle/wrapper init commit; add the base mod 2021-12-08 19:05:08 +03:00
src/main modrinth release stuff 2021-12-08 19:29:11 +03:00
.gitignore init commit; add the base mod 2021-12-08 19:05:08 +03:00
LICENSE change license to lgpl because agpl is invalid for mc mods 2022-02-28 02:12:12 +00: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 modrinth release stuff 2021-12-08 19:29:11 +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

Modrinth

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