-
Notifications
You must be signed in to change notification settings - Fork 2
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
Crafting #14
Comments
fabio-t
added a commit
that referenced
this issue
Nov 5, 2017
…mplex yaml parsing, but still not there - yet
fabio-t
added a commit
that referenced
this issue
Nov 8, 2017
fabio-t
added a commit
that referenced
this issue
Nov 9, 2017
Last piece missing: adding a few more fields to the yaml objects and then destroying the "source" items we have identified. |
fabio-t
added a commit
that referenced
this issue
Nov 10, 2017
…ml files; I can directly use the artemis-odb component which is great
fabio-t
added a commit
that referenced
this issue
Nov 14, 2017
…ed ones, must be specified elsewhere (ie, items.yml); crafting.yml only specifies the crafting procedure, not the output
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make a CraftScreen that opens by pressing
c
and shows the available recipes. When a recipe it opens a CraftItemScreen with more detailed information on that specific recipe (eg, what it does require, do we have all that, what will it produce). ESC goes back as usual, and ENTER produces the item.recipes should be loadable from a single file,
crafting.yml
. All involved items (the output item and the sources/tools) must be specified intoitems.yml
(see Make templates for everything in YAML #12).failure to craft, and success in crafting, must both produce a Message otherwise the user doesn't have a feedback.
The text was updated successfully, but these errors were encountered: