We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.15-1.19.30
2.7.0
1.19.30
漏斗计数器bug 如果漏斗里已经有了物品,使用命令/func hoppercounter true,那么已有物品会造成计数bug,每次加入新的物品都会导致计数再加入一次这些物品,即使物品已经被计算过。
1.漏斗里面加入几个物品 2.使用/func hoppercounter 3./count print 打印漏斗计数数量 4.发现数量异常
The text was updated successfully, but these errors were encountered:
Add: The hopper counter will clear the hopper when it accepts item st…
61a1b33
…ack (#38)
#41 修好了,现在开启漏斗计数器时,漏斗内的初始物品也会被算入计数内容中,但是后面的就不会重复计算了,也修了各种数据异常和某些时候没法用的问题
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
trapdoor版本
0.15-1.19.30
LiteLoaderBDS版本
2.7.0
BDS版本
1.19.30
发生了什么?
漏斗计数器bug
如果漏斗里已经有了物品,使用命令/func hoppercounter true,那么已有物品会造成计数bug,每次加入新的物品都会导致计数再加入一次这些物品,即使物品已经被计算过。
复现此问题的步骤
1.漏斗里面加入几个物品
2.使用/func hoppercounter
3./count print 打印漏斗计数数量
4.发现数量异常
The text was updated successfully, but these errors were encountered: