Fixes
- Temporarily disable custom rendering of printer to fix permanent world crash.
What's Changed (might include from older versions)
- Load Images Correctly by @Jab125 in #2
- Multiple fixes + gitweb features by @Jab125 in #3
- Boat Racers WIP, Minor Endermail changes by @Jab125 in #4
- Arch loom rework by @Jab125 in #5
- More features & bug fixes by @Jab125 in #8
- Fix button text color when hovered by @Jab125 in #9
- Create snake game by @Jab125 in #11
- Custom Wallpapers + BSOD by @Jab125 in #12
- Update GitWeb by @Jab125 in #16
- misc updates by @Jab125 in #17
- 1.18 dev by @Jab125 in #18
- begin development in development branch by @Jab125 in #19
- :concern: by @Jab125 in #22
Full Changelog: https://github.com/Ultreon/devices-mod/commits/0.5.0.1
Fixed 2 security vulnerabilities
- Ported to 22w43a
- Added security vulnerability checker
- Added security vulnerability checker
NO BREAKING CHANGES FOR API DEVS
- Added more wallpapers
- Re-added "Wallpaper" text to the wallpaper menu
- Moved version from desktop to settings app
For developers:
- The specification for the app jsons are now available on https://github.com/Ultreon/devices-mod/blob/1.19-development/docs/AppJsonSchema.md
Changes in this version:
- Added more icons!
- New Themes app (WIP)
- Application Market now shows all available apps, instead of 6
- Fixed dedicated server crashing
For addon developers:
- A
ResourceLocationis now required instead of aStringin some locations authorhas been deprecated, use theauthorsandcontributorsarrays instead- You can now add applications via the
devices:application_registrationentrypoint on fabric, which takes acom.ultreon.devices.fabric.FabricApplicationRegistration, and thecom.ultreon.devices.forge.ForgeApplicationRegistrationevent on forge - Applications now need to be registered withApplicationManager.registerApplication(ResourceLocation, Supplier<Supplier<Application>>, boolean)
A stable official app.json specification is planned for the next update.
New default theme!, you can reset your theme by going to "Reset Color Scheme" in the settings app
Some app icons have received a refresh! These applications are:
- Minebay
- Pixel Painter These new icons will change colours depending on the theme!
Major internal changes: (For Developers)
- Jar in Jaring is now used instead of shadowing! This means that packages will no longer have "forge." or "fabric." prefixed onto the package, which should allow the devices mod to be more api friendly
- Some foo(Class<?> clazz) methods have been changed to foo(Supplier<?> object) instead
- Kotlin is no longer included for forge (I think?)
Server side is still broken, sorry.
Ported to 1.19.2
Fixed forge crash
Updated to 1.18.2
Full changelog: https://github.com/MrCrayfish/MrCrayfishDeviceMod/compare/master...Ultreon:devices-mod:1.18-development





