Laskyyy / Create-Astral

Other
70 stars 62 forks source link

Bump mod versions and fix standalone server #291

Closed nicholasgrose closed 5 months ago

nicholasgrose commented 5 months ago

This contains several notable changes:

  1. Adds project files and gitignore for IntelliJ-based IDEs
  2. Updates packwiz and adds a linux executable for it
  3. Updates many mods (via packwiz update command), including Fabric

Notable exceptions to the updates:

  1. Iris was updated from 1.6.6 to 1.6.10, rather than 1.6.11. 1.6.11 is unable to initialize, and my investigation has been unable to turn up why this is. It appears to be something to do with mixins, but more research is needed.
  2. Updated to a nightly build of CreateBigCannons due to this bug
  3. Updated to a self-compiled nightly build of iris-flywheel-compat due to this commit that fixes it for Create 0.5.1c+.
  4. Updated to a self-compiled, self-modified build of Automobility to address this bug. This bug prevents dedicated servers from running, and it was an absolute pain to fix. The steps taken to resolve it involved recompiling an older version of ARRP (MPL-2.0 License) that supports 1.18.2 (0.5.5 no longer exists on Maven) and making the following change to the source code of Automobility (MIT License): image
nicholasgrose commented 5 months ago

Closed in favor of #292, so I can better organize my branches.