forked from rawii22/ChestInclusionForCrafting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
33 lines (13 loc) · 746 Bytes
/
ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CanBuild()
Has() --> GetOverflowContainer()
GetOverflowContainer() returns container
proceeds GetIngredients() returns a list of stacks from the container
Gives that list to RemoveIngredients()
RemoveIngredients --> GetItemByName()
in Has(), if Has returns true, skip the next portion.
else, loop through all the containers and then return true, num_found + overflow_found (?)
in GetItemByName() in modmain, store the originally returned items object, run GetItemByName() on each chest found
if we need to by checking external variables.
in RemoveItem(), run at the end a loop that goes through each overflow chest
Modify GetItems() in container_classified
figure out active item refreshing.