Skip to content
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

Added an Advanced Processing Array #1528

Merged
merged 5 commits into from
Apr 28, 2019
Merged

Added an Advanced Processing Array #1528

merged 5 commits into from
Apr 28, 2019

Conversation

AndreySolodovnikov
Copy link
Contributor

added improved versing of basic processing array, it has it own casings and is larger(5x5x5). Advanced processing array can handle up to 64 machines

now LuV+ Conveyors can work with more than 1 stack per tick
Like simple array, but handles 64 machines and is 5x5x5
Copy link
Collaborator

@draknyte1 draknyte1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn’t need a config option.
Doesn’t need a new block class for the casings. (There’s several free spaces in the existing classes, just be aware texture IDs > 63 on page 0 are reserved.

deletede confid, used blockCasings8

ItemList.Casing_Chemically_Inert.set(new ItemStack(this, 1, 0));
ItemList.Casing_Pipe_Polytetrafluoroethylene.set(new ItemStack(this, 1, 1));
ItemList.Casing_RobustHSSG.set(new ItemStack(this,1,0));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn’t set the meta.

now it works fine
@AndreySolodovnikov
Copy link
Contributor Author

Updated. now everything should work

@Blood-Asp Blood-Asp merged commit f26e2c4 into Blood-Asp:unstable Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants