FoundationGames / Automobility

A Minecraft mod on the Fabric modloader which aims to add some useful vehicles.
MIT License
49 stars 25 forks source link

Update for 1.19.3 #47

Closed Meshiest closed 1 year ago

Meshiest commented 1 year ago

Depends on https://github.com/FoundationGames/JsonEM/pull/11

Screenshot of it running on 1.19.3. I only did minor testing, which didn't have any issues besides empty vehicles being invisible but I figured that is normal.

javaw_CXzKxRq5P6

The migration involved:

A download is available on my releases page

Dependency changes:

FoundationGames commented 1 year ago

This is entirely my fault, but you have updated the mod on an outdated branch I haven't merged the experimental-1.19 branch into the main 1.19 branch (this should have been done a very long time ago), and that branch is much further ahead feature-wise. It is also the branch which made Automobility a multi-loader project for both Forge and Fabric. Unfortunately, this cannot be merged into experimental-1.19 in a stable way, since nearly every part of the codebase updated by this pull request has been moved or refactored in order to be compatible with a multi-loader project format. Additionally, there are some major behind-the-scenes changes to the mod that are still in the works, and for technical reasons I have chosen to target 1.19.4 for the next version of the mod.

If anyone else would like an unofficial 1.19.3 version of Automobility to play, then please do try this pull request's update - though do note that it may be outdated feature-wise compared to the latest 1.19.2 release on CurseForge and Modrinth, and that I will not provide support for it on this repository's issue page.