-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
APIThe core of this packageThe core of this packagebugSomething isn't workingSomething isn't working
Description
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.firstin your inventory, but at least 1InventoryItem.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.
Metadata
Metadata
Assignees
Labels
APIThe core of this packageThe core of this packagebugSomething isn't workingSomething isn't working