I can't get it to work on my Mac, OS version 10.13.6, Java 1.8.0_181.
Here's the stack:
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Vertex shader
ERROR: 0:1: '' : version '130' is not supported
Fragment shader:
ERROR: 0:1: '' : version '130' is not supported
ERROR: 0:75: 'f' : syntax error: syntax error
at com.gbjam7.shader.BaseShader.init(BaseShader.java:40)
at com.gbjam7.render.Renderer.<init>(Renderer.java:52)
at com.gbjam7.GameConfiguration.<init>(GameConfiguration.java:57)
at com.gbjam7.Main.create(Main.java:43)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
PS: This is absolutely NOT some sort of revenge hahaha