All Decraft* Recipes that have multiple items return, improvised bags with stick and pelt or stick and burlap and all the ghillie decrafts are broken.
- They list their second return item as m_ResultToInventory[1] = false;
- This means it falls back to the if (!object) check in RecipeBase.c
- Which because the object is not set back to NULL in the loop over the items is already set to an object from the first item returned.
- So the second result item will never spawn.
In addition decrafting the pelt backpack with stick will give you 3 boar pelts back if this bug is fixed in RecipeBase.c
So please check all the other decrafting recipes before pushing a fix for this.
Thanks!
--Ammo from DUG