Juntong Liu

Results 18 comments of Juntong Liu

@ZlCr 修好了,真有人用到 psi 拼音搜素着实让我有点意外

@Peakstep233 JECh 没有使用 JEI 插件,据我所知 JEI 也没有替换搜索逻辑相关的接口。但是没有关系,我们只需要按照其他模组的兼容方式进行修改就可以支持了。 更新: 实际上还是费了点功夫,原因是 REI 的匹配实际上是多线程执行的,而老版本 PinIn 开启加速模式后不支持多线程。改了点 PinIn 的代码,解决了多线程的问题。REI 目前的实现和之前 NEI 的实现很相似,基本上都是遍历搜索 + 一个比较复杂的驱动框架。从之前的经验来看,这种实现如果注册物品的数量达到一个数量级,最终难免会产生卡顿,而加入拼音搜索无疑会加剧这种卡顿(这个场景下拼音搜索的耗时大约是 `contains` 的五倍左右)。不管怎么说,目前的修改方案基本上是避免大规模修改 REI 代码的条件下的最优解了,出问题再看吧。

顶一下,目前还有没有解决的支持问题嘛,有的话麻烦再发一下。

Thanks for report! Create mod is a really nice mod. Your situation makes sense to me, but the difficulty now is that each recipe accepts no more than 14 inputs....

All the information required to generate the graph can be acquired by slightly modifying the core logic. The graph can be rendered using some vanilla logic to render the achievement...

Same here, I think adding `autocomplete="new-password"` does the work. Password manager think the input password is the one to login because it is a form input with type "password", but...

Discreater has made it clear. Things like "auto import" will not be planned.

It seems tinkers is using some customized color code so it might be pretty tricky without some specialized compatibility support while tracking compatibility seems to be the nightmare of every...