wafarm

Results 9 comments of wafarm

The problem is probably caused by the `PATH` variable. Since WSL append Windows `PATH` variable to its `PATH` variable and WSL by default is able to launch Windows programs, determining...

如果你使用的是 Windows 11 22H2 及以后的系统,根据[文档](https://learn.microsoft.com/en-us/windows/wsl/networking),可以在 `C:\Users\\.wslconfig` 中添加如下配置 ``` [wsl2] networkingMode = mirrored autoproxy = true ``` 再启动 WSL2 环境变量应该就自动设置好了

1. This has been done. See [`en_us.yml`](https://github.com/zly2006/reden-is-what-we-made/blob/491442afea23c5f248b666baeb680e2b8285a19f/src/main/resources/assets/reden/lang/en_us.yml). 2. - Carpet settings done - Malilib settings almost done (all done after #28 merged) - Everything else (user feedback message, GitHub login...

Will work on this. Some questions: - Should debugging features, `debugTagBlockPos` for example, have i18n support? - How to deal with message prefix, like `[Reden/Undo]`? And a list of files...

Ambassador used `getPlayerInfoForwardingMode`, which is not part of velocity api and is renamed in this PR.

If a mod only uses `com.velocitypowered:velocity-api` as the dependency, it won't be affected. But Ambassador uses `com.velocitypowered:velocity-proxy` as well, and therefore it breaks due to the renamed method.

> Yes, but I don’t really see how that’s relevant? Using internals is not supported Yes, I'm just explaining why it's incompatible since he posted.

> Just a note here: should we consider also allowing to have forwarding secret configured for each server / each connection? It would be possible, but I wonder what the...

> It might not be the most common one but I think its there, it will mainly make the secrets harder to get because there are multiple ones, so at...