Automating Infinite Craft
This is a program to automate Infinite Craft.
On the first run, 2 files are created:
- elements.bin (stores all discovered elements)
- recipes.bin (stores all of tried recipes)
- headers.txt (cloudflare often blocks requests without headers)
- proxies.txt (its very easy to reach the rate limit, you should use proxies)
In the future, I may make a decoder to see how to craft specific items, but currently, you can look inside src/Storage.hpp to see the file structure.