JavidPack / RecipeBrowser

RecipeBrowser mod for tModLoader
https://forums.terraria.org/index.php?threads/recipe-browser.62462/
79 stars 50 forks source link

Chest materials and modded crafting materials support for ingredient tracking #100

Open Cyrillya opened 1 year ago

Cyrillya commented 1 year ago

Current ingredient tracking don't count items in chest, void bag or modded materials (added in PlayerLoader.GetModdedCraftingMaterials). This pr fixed it

Also, player.inventory[58] should not be considered an available crafting material, as what vanilla did. I fixed it as well.