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

Possible to create Linked Plans #20

Open
Tarig0 opened this issue Dec 27, 2013 · 1 comment
Open

Possible to create Linked Plans #20

Tarig0 opened this issue Dec 27, 2013 · 1 comment

Comments

@Tarig0
Copy link
Member

Tarig0 commented Dec 27, 2013

If we make it so the Collab Bench has 3 crafting grids we should allow for the crafting results to be shared between each grid.

Example

Blazepowder -> Eye of Ender -> wand using Eye of ender.

OR

two crafted item -> one

What we would do is when a player inserts a plan scan the player inventory for the needed items (since all the internal inventory will be used up.)

If all matches found stop and show solid crafting result.

else show ghost crafting result.

When a user Clicks the ghost item attempt to scan the other two crafting result slots.

If a solid Item is found craft it and move the item into the original grid until all slots for that item is filled.

(We Could add a tick handler here to add some penalty for using this feature, allow users to cancel the action(by invalidating the item being crafted), and keep lag down)

If a ghost of a required item is found attempt the same thing again and ensure we don't look at the original crafting grid.

@Tarig0
Copy link
Member Author

Tarig0 commented Dec 27, 2013

We could also add a button to cancel the auto craft process as an option to stop the process.

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

No branches or pull requests

1 participant