expitau / InfiniteCraftWiki

A crafting guide for neal.fun's infinite craft
89 stars 16 forks source link

Fix some erroneous recipes #20

Closed Jcw87 closed 5 months ago

Jcw87 commented 5 months ago

This addresses items 1 and 3 from #19

Some additional changes were necessary:

  1. I "sorted" the ingredients on each recipe. This makes it easier to find recipes that use the same ingredients.
  2. All recipes that used Snowque had to be removed, as there were no valid recipes that created it, and I couldn't find one that did.
  3. I added a new recipe for Waterjet, as there were no valid recipes that created it: Lawnjet + River = Waterjet
  4. I needed a working scraper to verify which "duplicate ingredient" recipes were correct, so I fixed yours. It requires axios now, because I couldn't get the fetch API to order the headers correctly.

There are still some duplicate recipes remaining, but all of the duplicates with the wrong result are gone.

expitau commented 5 months ago

Thanks for your contribution! I'm currently busy, but will merge this in a few days :heart:. Please remove all changes in chunks, I will run chunk.js myself when this is ready to merge.

Jcw87 commented 5 months ago

I've removed changes made by chunks.js, as requested

expitau commented 5 months ago

Thank you for your contribution!