Custom Food with alternative recipes will duplicate items.
Steps To Recreate:
- Create a Custom Food with a Recipe as follows:
List<List<InventoryItem> Recipe =
[
[ new InventoryItem(InventoryItem.ITEM_TYPE.first, 1) ],
[ new InventoryItem(InventoryItem.ITEM_TYPE.second, 1) ]
];
where InventoryItem.ITEM_TYPE.first and InventoryItem.ITEM_TYPE.second are any two different InventoryItem.ITEM_TYPE
- Have zero
InventoryItem.ITEM_TYPE.first in your inventory, but at least 1 InventoryItem.ITEM_TYPE.second.
- Queue the custom food at a kitchen or drink station.
- Remove the custom food from the queue.
See this for a demonstration.
Custom Food with alternative recipes will duplicate items.
Steps To Recreate:
where
InventoryItem.ITEM_TYPE.firstandInventoryItem.ITEM_TYPE.secondare any two differentInventoryItem.ITEM_TYPEInventoryItem.ITEM_TYPE.firstin your inventory, but at least 1InventoryItem.ITEM_TYPE.second.See this for a demonstration.