-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
缓冲二合一输入仓的一点小建议 #32
Comments
个人觉得堆叠数值给得算是比较多的,应该是够机器吃满并行的,超过并行上限的部分意义不大。 |
哦,也对,忘记优先向空槽输出这个功能了,这样倒是能解决问题了。 |
目前多缓存的二合一仓如果同时打开多个缓存的页面,需要摁多次esc才能全部退出,感觉改成摁一次esc全部退出会更方便。 |
https://github.com/reobf/Programmable-Hatches-Mod/releases/tag/v0.0.17p7-beta |
能否为单流体二合一仓也添加一个多缓冲的版本,很多配方其实用不到多流体。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
对于单种输入的样板,在缓冲中只能占一个格子从而浪费了剩下15个格子的空间,能否针对这种情况做出些优化呢?比如如果只占一个格子那么每格堆叠上限就x16,占2个格子就x8,占3和4个格子就x4,占5到8个格子就x2。
The text was updated successfully, but these errors were encountered: