[Enhancement/功能请求] 建议移除TierCraftTableBlock的getLightEmission内获取周围无尽块的代码
Tonywww2 opened this issue · 1 comments
Checks/检查
- I confirm that I have searched for existing issues / pull requests before reporting to avoid duplicate reporting./我确认在报告之前我已经搜索了现有的问题或者拉取请求,以避免重复报告。
- I confirm that I noted that if I don't follow the instructions, the issue may be closed directly./我确认我已经检查,如果我不按照说明进行操作,该问题可能会被直接关闭。
Description/描述
在一些环境下,由于一些mod修改了ServerChunkCache,getBlockState可能会导致线程死锁。
并且根据周围的无尽块改变亮度这个功能怎么想都觉得鸡肋,所以能不能考虑一下增加一个配置文件选项用于禁用该功能,或者直接移除无尽块检测?