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

Allow pre-defined materal sets #48

Open
Mordenkainen opened this issue Feb 6, 2012 · 0 comments
Open

Allow pre-defined materal sets #48

Mordenkainen opened this issue Feb 6, 2012 · 0 comments

Comments

@Mordenkainen
Copy link
Collaborator

A nice to have feature would be the ability to define several "material sets".

Currently any block type is allowed for the chip material, and whatever is configured for IO blocks is used. In order to build chips densely, you must use /rcactivate and specify the IO block types you want to use if they are different than the default.

A nice feature may be to have the ability to define material "sets", based on chip block type. So for example you could have the set:
STONE_BRICK,NETHER_BRICK,LAPIS_BLOCK,COBBLE

If a chip is activated using STONE_BRICK as the chip material, then use NETHER_BRICK for inputs, LAPIS for outputs, and COBBLE for interfaces.

If a block type that is not associated with a material set is used, then just use the default block types as is done today.

Your average user may never use this feature, but having it when you need it saves you the trouble of having to activate chips via the commands (I always mistype things so it takes longer than it should) and would allow you to build more complex circuits a little faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant