makamys / Neodymium

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

Fixed RunClient in IntelliJ #34

Closed FalsePattern closed 9 months ago

FalsePattern commented 9 months 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 9 months ago

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