bump minecraft version to 1.20 and disable tests (#217)
Version bump for MC to 1.20 release.
The test application suffers from running its static initializers before
Fabric API has run its static initializers. This causes am exception
inside TextPlaceholderAPI. I am not sure how to fix that, this patch
simply disables the test suite.
Co-authored-by: Peter Svensson <petersv@psv.nu>