Chen Liang

Results 625 comments of Chen Liang

只有用java scala jruby kotlin之类的才能算modification,因为他们改变游戏源代码

但是在minecraft社区上就是这样,没人说地图是mod

问题是mod指module还是modification

Use `.git/exclude`.

If it indeed was an inner class, I'd say `A.B.java` is a more accurate representation. `A$B` is actually different from `A.B` in class file attributes, that the relation for `A.B`...

My point is that both `A$B.java` and nested/inner class `B` in `A.java` compile to `A$B.class`. The feature that distinguish them is that in the nested/inner class version, there is in...

Yes. Your solution of using `A$B.java` as file name and add comment warning should be how such standalone inner class files be handled.

Doesn't an inject to an `INVOKE_ASSIGN` for an `` method call suffice?

@sfPlayer1 What way do you recommend so we can find out the introduction version of these intermediaries? Note that tracking counters may not be the most feasible when we encounter...

@modmuss50 Should we implement this feature? If yes, which way do you recommend to implement it so it's not performance/resource intensive? Imo checking every intermediary on every build may be...