Fix a crash on dedicated servers due to accidentally importing a client-side only Minecraft class
Fix config file never actually getting written
Fix a few rare crashes by
- bundling the correct Fabric API modules and
- making sure that the Modget core module gets loaded before the version specific one
- Added a button to ModMenu which leads you to a screen from where you can see and download available mod updates
- Added a config screen, which allows you to toggle if you want Modget to search for updates at start-up
Full Changelog: https://github.com/ReviversMC/modget-minecraft/compare/0.3.1...0.4.0
- Modularization: We now ship a core module and a Minecraft version specific one
- Groundwork for future GUI support (thanks to @pozitp)
Update to Modget Manifest API 0.2.0, huge internal refactor
- Add
/modget repos add <repo url>
and/modget repos remove <repo id>
commands, although not yet persistent - Fix some issues with commands
Now with 1.17 support! Also supports down to 1.16.0 now.
- Only require the actually needed fabric api modules (and bundle them)
- Recommend Server Translations API instead of requiring it
- Show message when no updates are found
- Output "Searching for mod updates..." after starting the upgrade command
This version contains no new features, but it has been completely rebased on top of our new APIs. Also, going offline should be handled much better now!
Don't fail when parsing manifests with unrecognized fields
Add the /modget search
command
Our first beta release! The overall stability has been improved greatly, and modget finally works server-side and client-side only.
Rebase on top of modget-lib. Nothing new functionality-wise.
Known issues with this version:
- Doesn't work on dedicated servers yet (only Singleplayer)
- Going offline while playing is not 100% handled correctly yet
The second alpha release of Modget! Still not production ready, but should have most severe bugs ironed out. It includes a huge refactor with much groundwork being done for faster development in the future.
Known issues with this version:
- Doesn't work on dedicated servers yet (only Singleplayer)
- Going offline while playing is not 100% handled correctly yet
Known issues with this version:
- Doesn't work on dedicated servers yet (only Singleplayer)
- Going offline while playing is not 100% handled correctly yet
- Log might be a bit spammy