-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonitor.db
39 lines (32 loc) · 816 Bytes
/
monitor.db
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
34
35
36
37
38
39
Kelp Monitor
RESOURCE_DISPLAY
FACTORY_HOST
modem_0
The first 4 lines must be:
1: Monitor Name
2: Rednet Protocol Name
3: Rednet Host Name
4: modem peripheral name
These give the program the ability to connect to the Resource Display
A normal inventory specifies the items.
Its elements are:
1: "INVENTORY"
2: Inventory Name
3: Inventory peripheral name
4+: "[mod namespace]:[mod item name]"
lastline: "END INVENTORY"
INVENTORY
minecraft:barrel_0
Kelp Barrel
minecraft:kelp
END INVENTORY
An inventory that records all items is different.
If "ALL" is found in the inventory, it sets that inventory
to ALL items and end the inventory search.
"ALL" supplements "END INVENTORY".
Item names can be included prior to it, but wont be used.
INVENTORY
minecraft:chest_0
Mine Storage
All
these spaces allow for comments