minecraft-pi-reborn/mods/src/misc
2024-09-20 21:30:47 -04:00
..
api.cpp Modding Changes 2024-09-20 21:30:47 -04:00
graphics.cpp Split Up misc.cpp 2024-08-25 17:06:12 -04:00
logging.cpp More Feature Flags! 2024-08-25 18:14:30 -04:00
misc-internal.h Split Up misc.cpp 2024-08-25 17:06:12 -04:00
misc.cpp Modding Changes 2024-09-20 21:30:47 -04:00
README.md Split Up misc.cpp 2024-08-25 17:06:12 -04:00
tinting.cpp Split Up misc.cpp 2024-08-25 17:06:12 -04:00
ui.cpp Modding Changes 2024-09-20 21:30:47 -04:00

misc Mod

This mod has several miscellaneous mods that are too small to be their own mod, including:

  • Rendering text above the toolbar when an item is selected.
  • Sanitizing player usernames for invalid characters.
  • Removing the red background from unobtainable items in the inventory.
  • Loading the bundled language file.
  • Printing chat messages to the log.
  • Implementing crafting remainders.