Chen Liang

Results 625 comments of Chen Liang

Fyi the command input still works properly.

So apparently this still happens. Interesting

12346 are all easy as heck. 5 is the real nightmare, as the current system of loading isn't quite extensible to new discoveries, especially that the mod source priority system...

Sure, this topological approach looks good. I think the mod discovery mechanism should be more like language adapter: the mod discoverers can be defined like language adapters, and only the...

Note that there is nothing preventing a mod obtaining the game directory and putting its data under any arbitrary path, and the game directory is easily obtainable when there is...

A popular assumption on the safety of config-sharing is that the loader and the mods will not alter the config or the mods directories. While such behavior is true for...

We may add another annotation targetting classes, fields, and methods to accompany `@Deprecated` (for easy lookup, added to api base most likely, or use guava `@Beta` as well)

Quick vote: :+1: for guava `@Beta` annotation etc. *in addition to* `@Deprecated` on snapshot hooks :-1: for just `@Deprecated` on snapshot hooks