LgCookie

Results 11 issues of 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
todo
module: LLSE
module: Core
difficult

## Bug Report ### Current Behaviour: ![image](https://user-images.githubusercontent.com/59048777/232604820-d2f2060c-e861-4f95-b09a-648518d8c17b.png) ### Expected behavior: ![image](https://user-images.githubusercontent.com/59048777/232604990-eccc7fb9-4fa7-474e-a93b-81925904f760.png) ### Steps To Reproduce: ### Environment: - OS: Windows - Minecraft Platform: Java - Minecraft Version: 1.19.4 - Amulet...

type: bug
priority: low

# 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 ### 理由 _No Response_

enhancement

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")...

bug

### 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...

enhancement

**你的功能请求是否与某个问题有关?** 我目前使用Hysteria的HTTP反代伪装功能作为OpenResty的反代,需要这个功能以支持一些服务的正常工作 **描述你希望的解决方案** 也许可以新加一个配置项 **有没有其他替代方案** 在不改Hy的端口前提下貌似不行 **额外信息** N/A

enhancement