1
# Unoffical milo manuals for 1.13+
2
3
## Tutorials
4
### Installing milo (NEW)
5
6
1. Run `pastebin run E3b6K3Wp`
7
2. Follow the wizard. Make sure to install `develop-1.8`.
8
3. Open package manager when asked
9
7. Install milo
10
8. Restart
11
12
### Installing milo (OLD)
13
14
1. Run `pastebin run UzGHLbNC`
15
2. Follow the wizard. Make sure to install `develop-1.8`.
16
3. When done, go to Apps -> shell and run the following:
17
```lua
18
edit /sys/modules/opus/packages.lua
19
```
20
4. Scroll to line 59.
21
5. Replace `kepler155c` on that line, into `iuzx0`. Save the file.
22
6. Exit shell, and go to System -> Packages
23
7. Install milo
24
8. Restart
25
26
### Automatic setup of storage
27
28
1. Go to Apps -> Shell
29
2. Run `storageGen`
30
3. Find the devices you want to be storage, and double-click, until it lights yellow.
31
4. Press next and finish the prompts
32
5. Restart
33
34
### Learning new recipes
35
36
1. Get the resources you need to craft one of x
37
2. Learn -> Crafting recipe
38
3. Put the recipe of the item in the 3x3 grid in the start of the 4x4 turtle inventory
39
4. Press "Done".
40
41
### Setting up monitors
42
43
1. On the second line of your turtle monitor, find the `>>` at the right side of the navbar, and press it.
44
2. Press `Setup`
45
3. Find the monitor you want to display stuff on, and double click
46
4. Follow the prompts.
47
48
### Setting up trash
49
50
1. Get yourself an enderstorage, and encode it with public red/red/red
51
2. Attach the enderstorage to the modem network
52
3. On the second line of your turtle monitor, find the `>>` at the right side of the navbar, and press it.
53
4. Press `Setup`
54
5. Find the newly attached enderstorage
55
6. Select type to trashbin
56
7. Follow the prompts
57
8. You can now set a maximum amount of an item, by right clicking an item, and setting the max vaule.
58
59
## FAQ
60
61
### Requirements for base milo
62
- Advanced Crafting Turtle
63
- Modem network with storage
64
65
### What does A/I/C mean
66
The A, I or C in the bottom right corner is the display filter.
67
This is what the different modes mean:
68
69
- A : All items
70
- C : Craftable items
71
- I : Inventory items
72
73
### Help, I manually took items out of the storage
74
If you took items out of the storages, without using milo, you need to press the `>>` on the top right side of the turtle monitor, then press "Rescan". This will take some time.
75
76