File Details
Creditor 1.0.3
- R
- Jun 4, 2026
- 40.78 KB
- 24
- 0.5
File Name
Creditor-1.0.3.jar
Supported Versions
- 0.5
- Changed to MIT licence to allow the mod to be used in as many projects as possible.
- Fixed bug where mods which are disabled in singleplayer would still show up in the credits.
- Links are now clickable in authors table and mod url.
- Fixed issues with version mismatch. Since Creditor was used as a java library and as a mod, it was possible that someone would have multiple versions of it installed at one time. Although commands aren't registered multiple times, there are still issues with other things because the first mod to load is the one to register the commands, but the last mod to load overwrites the assets. This has been changed so that commands are registered multiple times, since Hytale manages this for us and will just override any previous registration of the command, so the last mod in the mod load order always has priority over the instance of creditor used.

