makamys / Neodymium

Reimplements chunk rendering using modern OpenGL features to improve performance (1.7.10)
Other
117 stars 10 forks source link

Fixed RunClient in IntelliJ #34

Closed FalsePattern closed 1 year ago

FalsePattern commented 1 year ago

Even with genIntelliJRuns, the jvm was screaming about incorrect signatures, and mixins weren't loading, so it was effectively unusable in dev.

This fixes the runClient task so it should now just work out of the box on every IDE without extra setup.

makamys commented 1 year ago

Thanks (and sorry for making you have to deal with my janky buildscript >_>)