This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Sorry for the long wait on this one, i kinda took an un-announced break.
Changelog
Modding
- Completely rewrote the modding system
- Mods are now kept apart using ModIDs
- There is now a
Mod Verion Index
to make sure you get warned when a mod gets deprecated. - You can now use assets from other mods
- Mods can now depend on other mods
- Modding structure is slightly different
- You now need to prefix any assets you load with their ModID (i.e.
modid:graphic
) - there is now a mod menu in the options that lists all mods
Visual Changes
- RGB title screen
- Title screen background image
- there are now a few Camera and Arrow shaders you can enable
- Dark mode in the menus
Other
- There is now a crash-dialog (WINDOWS ONLY ATM)
- Added a taco (#11 by @SpunBlue)
- The mod week now has a proper sprite thanks to KhamDaMan
New Contributors
- @SpunBlue made their first contribution in #11
Detailed Changelog: v1.4.0...v1.5.0