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

TODO #7

Open
1 of 7 tasks
elifoster opened this issue Feb 19, 2016 · 0 comments
Open
1 of 7 tasks

TODO #7

elifoster opened this issue Feb 19, 2016 · 0 comments

Comments

@elifoster
Copy link
Member

Once these are all done, I will be satisfied enough to put a PR for dev branch, and an actual release.

Parsers

  • ShapedOreRecipe
  • ShapelessOreRecipe
  • ShapedRecipe
  • ShapelessRecipe
  • Furnace recipes

General

  • CLI utility installable through RubyGems.
    • This would allow us to quickly do tasks like ftb-recipes --merge Cg -with Cg1 or ftb-recipes --parse <code> or ftb-recipes --file recipes.yml
    • Option -p to print the output
    • Option -out filename.txt to print the output to this file
  • Configurable file that would basically instruct the program to do certain things. My thinking is we could do this with YAML, with specific keys for certain tasks. Example
parse: GameRegistry.addRecipe(new ShapedOreRecipe(Items.bucket, "oao", "aoa", 'o', "ingotIron", 'a', "nuggetGold"));
parse: GameRegistry.addRecipe(new ShapedOreRecipe(Items.bucket, "oao", "aoa", 'o', "ingotIron", 'a', "nuggetIron"));
merge:
  - {{Cg/Crafting Table|A1={{O|one}}|O={{Gc|mod=V|dis=false|Output}}}}
  - {{Cg/Crafting Table|A1={{O|two}}|O={{Gc|mod=V|dis=false|Output}}}}
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