Mikarific / InfiniteCraftHelper

A script that adds various useful features to Infinite Craft.
MIT License
51 stars 16 forks source link

New recipes do not display in the helper if the capitalization is different than the original version of the element found #11

Open BartlebyNineteen opened 6 months ago

BartlebyNineteen commented 6 months ago
  1. Craft Vhf using /v/ + FH
  2. Craft Vhf using /v/ + Hz

Recipe 1 is recorded, recipe 2 is not

BartlebyNineteen commented 6 months ago

I suspect that this is a case-related issue. Example 2:

  1. Craft Bartleby Taka + Nenene = TakaNene (which was locked)
  2. Craft Takanashi + Takenene = TakaNene, but now TakaNene is unlocked, so the server probably returned Takanene

Recipe 2 is not recorded

BartlebyNineteen commented 6 months ago

Looking at the save file, the missing elements are not being added to the "elements" collection, but are being added to the "recipes" collection, so hopefully this is a simple fix.