Merged
Conversation
dafcbb3 to
75e8297
Compare
添加新接口MachineGroupInput,实现这个接口并在canGroupInput方法中返回true的TileEntity被认为是一个可设置组的方块,配合MachineComponent中的新增的方法getGroupID使用 getGroupID方法返回的值被认为是有效的组ID,返回-1时作为所有组都可以读取的通用仓存在,返回大于等于0的值为独立的组 配方检测在各个组之间将会独立运行而不是读取所有仓进行检查 对于样板供应器,增加了接口MachineCombinationComponent和输入隔离模式,在输入隔离模式下,会使用MachineCombinationComponent接口返回为每个样板位置创建的独立容器,独立容器会被分配一个与其他所有输入组的ID都不同的唯一ID
Collaborator
|
什么时候写完什么时候写完什么时候写完什么时候写完什么时候写完什么时候写完什么时候写完什么时候写完什么时候写完 |
Author
|
我说我写完了你信吗 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加新接口MachineGroupInput,实现这个接口并在canGroupInput方法中返回true的TileEntity被认为是一个可设置组的方块,配合MachineComponent中的新增的方法getGroupID使用 getGroupID方法返回的值被认为是有效的组ID,返回-1时作为所有组都可以读取的通用仓存在,返回大于等于0的值为独立的组 配方检测在各个组之间将会独立运行而不是读取所有仓进行检查
对于样板供应器,增加了接口MachineCombinationComponent和输入隔离模式,在输入隔离模式下,会使用MachineCombinationComponent接口返回为每个样板位置创建的独立容器,独立容器会被分配一个与其他所有输入组的ID都不同的唯一ID
正在进行测试从而确定是否存在性能与工作上的故障