As the title says. Crafting things with a full inventory spends the crafting resources, but the items are lost. I'm guessing because there is no crafting queue, so there's nowhere to hold them while waiting for more space...?
Same here, the issue being it seems in the code that the items gets added before ingredients are removed.
I know this mod is old but if the author wants to update to fix this issue you just need to swap lines 6&7 around from
InstantCrafting_AddProducts(player)
InstantCrafting_RemoveIngredients(player)
to
InstantCrafting_RemoveIngredients(player)
InstantCrafting_AddProducts(player)
This allows your inventory to free up it's space before the products are added.
Sry, i dont play this game enymore until the expansion or some great mod like Kr2 and Space exploration,
I try change the code as #Pah1023 suggested but still the items lost