LexManos

Results 183 comments of LexManos

Find a way to reproduce this and post full logs and we can take a look at it. But issue you linked is not this issue.

Unless you come up with a good reliable idea on how to generate the inheritance map at runtime this might be feasible. But for now it simply isn't so this...

MM yes, but what about interfaces or the like that are declared in the sub-c;ass but implemented by the parent? How do you deal with those?

jk if you find a solution let me know. Don't forget about the issues of mods adding things to the classpath without us knowing about it.

Without looking too deeply into this, why cant we just use root project? Instead of having to walk, and then find root?

Interesting, another weirdness of gradle. All I know is we use rootProject all the time in Forge itself which uses included builds. Same for ff, and eventbus.

It can READ files compiled to TARGET Java8, It does Nothing for Compatibility with the Java8 JRE. However, we need to setup the distribution of this file, it's ore then...

I'll eventually get some setup going, trying to convince Mojang to throw it up on there CDN. But pushing things out like that JUST editing the text file, it's the...

It uses our servers, or the Mojang servers depending on what we tell it. Not maven central.

Yes, you should NOT be building your mods for java8, all mods should target java6. Else you alienate ~95% of the minecraft users. And no ASM 5 is NOT on...