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.
Current ingredient tracking don't count items in chest, void bag or modded materials (added in
PlayerLoader.GetModdedCraftingMaterials
). This pr fixed itAlso,
player.inventory[58]
should not be considered an available crafting material, as what vanilla did. I fixed it as well.