ForgeUpdater
ForgeUpdater is a compact programming interface designed for Minecraft mod developers. It enables easy integration of an update checking system into created mods. Importantly, with proper implementation, mods will function fully even without this API installed. Users also have the ability to disable version checking for any mod through the configuration file.
Installation
The installation process is quite simple:
- Ensure you have Minecraft Forge installed
- Download the latest version of the mod
- Place the .jar file in the '/mods' folder
- Launch Minecraft
It is recommended to additionally install OpenEye for automatic tracking of game crashes.
Bug Reporting
Before reporting an issue, make sure you are using the latest version of the mod. Check if a similar error has already been registered by other users. If the problem is new, create a report with a detailed description. When crashes occur, be sure to attach error logs, otherwise fixing will be impossible.
Modifications and Packs
The developer permits the use of ForgeUpdater in modpacks and collections provided authorship is credited.
Questions and Documentation
All questions related to the mod's operation should be directed through the bug reporting system - this ensures better organization of feedback. Complete technical documentation is available in the project repository on GitHub.
Development
- Programming: thislooksfun
- Source code: open on GitHub