You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Once these are all done, I will be satisfied enough to put a PR for
dev
branch, and an actual release.Parsers
General
ftb-recipes --merge Cg -with Cg1
orftb-recipes --parse <code>
orftb-recipes --file recipes.yml
-p
to print the output-out filename.txt
to print the output to this fileThe text was updated successfully, but these errors were encountered: