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 Exporting Of Sandwhiches #52

Open
ThunderLord95 opened this issue Jun 21, 2021 · 3 comments
Open

Allow Exporting Of Sandwhiches #52

ThunderLord95 opened this issue Jun 21, 2021 · 3 comments
Assignees
Labels
type: enhancement New feature or request

Comments

@ThunderLord95
Copy link

ThunderLord95 commented Jun 21, 2021

Please describe the new feature or change.
The ability to use some sort of exporting block from other mods to take the finished sandwich out of the block out of the bottom instead of requiring the player to do it.

Please describe why you want this feature.
If you allow blocks to retrieve the sandwich it would allow for easy automation of infinite sandwiches and also allow me to realize my dream of making a system where customers can come in and make custom sandwiches with an interface.

@Pontiac76
Copy link

Pontiac76 commented Dec 12, 2021

I second this. I noted the bottom of the block doesn't have any input/output function, so that'd be great to allow that side to export. Similar to a vanilla furnace.

Another option is just to not allow ingredients that are already in the block to be pulled out. You could think of it as "sanitation purposes" to disallow those items being pulled out.

https://www.curseforge.com/minecraft/mc-mods/culinary-construct?comment=271

@TheIllusiveC4
Copy link
Member

The reason there's no export option is because it would allow easy duplication of the output item due to how the logic works for crafting. I'm not sure there's an easy way around this while keeping the current logic, because every sort of automatable process in modded that I've seen has a processing time involved which works around the issue. The vanilla furnace is an example of something that is not comparable to the culinary station because it has a processing time as well.

I've left this open because I do have some ideas about how to get around this, most feasibly I could have an "automation" mode that you can toggle that will add a small processing time but allow exporting items. I really don't like the idea of automating the culinary station but I can still have it as a config option at least.

@a11ce
Copy link

a11ce commented Nov 28, 2022

Would you accept a patch for this with a config option for an automation mode? Or maybe a 'mechanical culinary station' (also off by default in a config)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants