Data Reload
A Fabric mod that significantly simplifies the process of developing and debugging datapacks in Minecraft. It displays all errors that occur when reloading server datapacks directly in the game chat.
Main Features
When used on the client:
- Adds a convenient F3+Y key combination for instantly sending the /reload command to the server
- Displays all datapack loading errors in chat when playing in singleplayer mode
When installed on a server:
- Shows datapack loading errors to all players with operator privileges, even if they don't have this mod installed
Supported Error Types
The mod detects and displays problems with:
- Functions
- JSON parsing errors
- Loot tables
- Item modifiers
- Recipes
- Invalid file paths
- Advancements
- Tags