You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old behavior: Custom versions used hardcoded download URL. this URL
should be dynamically sourced using the lookupVersion command instead.
New behavior: lookupVersion takes a second parameter, version, and
uses a simple sed replace to insert the version parameter into the
download URL dynamically, if it was successfully found.
Also, removed old bedrock version shortcuts. This can be restored and
modified to use the lookupVersion command to get the right URL if
needed. It's unclear whether there's any active servers still running
on legacy versions of bedrock (to this author).
Resolves#460
0 commit comments