Input more combinations

This commit is contained in:
2021-12-04 11:45:43 +00:00
parent 0114a2f9f2
commit 30abc318ae
5 changed files with 44 additions and 6 deletions
+2
View File
@@ -172,6 +172,8 @@ testInventory :: IM.IntMap Item
testInventory = IM.fromList $ zip [0..]
[ makeTypeCraftNum 9 PIPE
, makeTypeCraft HARDWARE
, makeTypeCraft CAN
, makeTypeCraft TIN
]
stackedInventory :: IM.IntMap Item
stackedInventory = IM.fromList $ zip [0..]