Fix wrong version reference in API call#328
Conversation
MINECRAFT_VERSION="1.20.4" is surely a copy/paste oversight, we need to obtain the build of the LATEST_VERSION and not of the MINECRAFT_VERSION, because in the next steps we are rightfully referring only to the LATEST_VERSION.
|
in my opinion, it should rather use |
|
Hi! Thank you for opening this PR, however this was not the intention we had behind this example. As @zlataovce said, this is technically correct as-is, however this latest version query should be a different example. If you would like to work on this, please open another PR! 😄 |
He didn't say that this is correct as-is, because it's not, however i think he is right and there should be two different examples, i may work on this when i have time. |
MINECRAFT_VERSION="1.20.4" is surely a copy/paste oversight, we need to obtain the build of the LATEST_VERSION and not of the MINECRAFT_VERSION, in the next steps we are rightfully referring only to the LATEST_VERSION.