LgCookie
LgCookie
### 异常模块 Core(核心) ### 操作系统 Windows 11 ### LiteLoader版本 2.4.1 ### BDS版本 1.19.10 ### 发生了什么? 视频 https://drive.google.com/file/d/1aN44iP_Kwg3e1XQKxJcibqkE3Bnfs2H1/view?usp=sharing `onPlaceBlock`拿到的`block`参数变成了方块放置之前准心指向的方块 ### 复现此问题的步骤 ```js mc.listen('onPlaceBlock', (player, block) => { log(block.type) if (block.type ===...
## Bug Report ### Current Behaviour:  ### Expected behavior:  ### Steps To Reproduce: ### Environment: - OS: Windows - Minecraft Platform: Java - Minecraft Version: 1.19.4 - Amulet...
# Pull Request ## Description [Please include a brief description of the changes or features you are proposing.] ## Related Issues - #480 ## Pictures (if applicable) [Include any pictures...
# Pull Request ## Description [Please include a brief description of the changes or features you are proposing.] ## Related Issues - #589 ## Pictures (if applicable) [Include any pictures...
RT,隔壁的Yacd不会
close #129 close #133
### Code Sample Combine them together can reproduce this problem ```python # from another lib from typing import Generic, TypeVar from typing_extensions import ParamSpec A = ParamSpec("A") R = TypeVar("R")...
### Clear and concise description of the problem `.vsls.json` is the config file of Microsoft Live Share, see [here](https://learn.microsoft.com/en-us/visualstudio/liveshare/reference/security#controlling-file-access-and-visibility). ### Suggested solution It should be collapsed but I don't know...
**你的功能请求是否与某个问题有关?** 我目前使用Hysteria的HTTP反代伪装功能作为OpenResty的反代,需要这个功能以支持一些服务的正常工作 **描述你希望的解决方案** 也许可以新加一个配置项 **有没有其他替代方案** 在不改Hy的端口前提下貌似不行 **额外信息** N/A