Skip to content

Commit da0427b

Browse files
authored
AE2 Docs (#650)
* AE2 Docs init * AE2 Docs init * fix.. Added information about the increased pattern encoding limit. --------- Co-authored-by: Kolja <104643407+Thatguyello@users.noreply.github.com>
1 parent 9ba6490 commit da0427b

44 files changed

Lines changed: 689 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Coming Soon
3+
---
4+
5+
### This page will list all work in progress features or ones that are planned to be added in the future.
6+
7+
- Interface Terminal: A new terminal terminal to manage interface filters, similar to the ones from GTNH AE2/AE2UEL
8+
- Changes sizes of craft confirm/crafting status screen, similarly to the terminals
9+
- Sticky cards: Anything that is filtered in the storage bus will be the only place in the entire network where it can be stored.
10+
- Advanced blocking card: don't allow anything to be inserted into an interface if the connected network contains anything
11+
- *Et Cetera*
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Everything about Crafting
3+
---
4+
5+
### Increase pattern encoding limit: You can now encode patterns with input/output amounts of up to MAX_LONG(2^63 -1)
6+
7+
### Highlight stacks from crafting status screen: You can now shift click any stacks in the crafting status screen to highlight the corresponding pattern provider(works with pattern buffers)
8+
![highlight.png](../../assets/ae2/crafting/highlight.png)
9+
![highlighted.png](../../assets/ae2/crafting/highlighted.png)
10+
![chat.png](../../assets/ae2/crafting/chat.png)
11+
12+
### Upped the craft request limit to MAX_LONG(2^63 - 1) <br>
13+
![setamount.png](../../assets/ae2/crafting/setamount.png)
14+
![craftconfirm.png](../../assets/ae2/crafting/craftconfirm.png)
15+
![crafting.png](../../assets/ae2/crafting/crafting.png)
16+
17+
### Message a player when a craft finishes: Whenever a craft finishes, if you have the notify for finished crafts setting enabled, or opted to follow the craft when you started it, you'll get a message in chat telling you the amount(rounded, hover for exact figure) and the time it took to complete
18+
![finish_toast.png](../../assets/ae2/crafting/finish_toast.png)
19+
![finish_chat.png](../../assets/ae2/crafting/finish_chat.png)
20+
21+
### Ability to start craft with follow(opt-out, see above for description)
22+
![followcrafts.png](../../assets/ae2/misc/followcrafts.png)
23+
![startwithfollow.png](../../assets/ae2/misc/startwithfollow.png)
24+
25+
### Singularity crafting storage(MAX_LONG crafting storage)
26+
![singularity.png](../../assets/ae2/crafting/singularity.png)
27+
![singularity_bytes.png](../../assets/ae2/crafting/singularity_bytes.png)
28+
29+
### Auto complete card for pattern providers: Once all inputs from the pattern have been pushed, the corresponding craft will automatically be marked as finished, useful for multiblock patterns!
30+
![auto_complete_card.png](../../assets/ae2/crafting/auto_complete_card.png)
31+
32+
### Suspend crafting jobs: this will pause any crafting process and stop pattern providers from pushing out new stacks
33+
![suspend.png](../../assets/ae2/crafting/suspend.png)
34+
![resume.png](../../assets/ae2/crafting/resume.png)
35+
36+
### Ability to change max controller size via config
37+
![controllersize.png](../../assets/ae2/misc/controllersize.png)
38+
39+
### Crafting terminal can reuse old items in its matrix, good for crafting with gt tools
40+
41+
### Ability to sort stacks via registry id
42+
![registry_sort.png](../../assets/ae2/misc/registry_sort.png)
43+
44+
### Craft amount menu shows 1, 16, 32 and 64 while holding either shift or ctrl
45+
![alt_craft_amounts.png](../../assets/ae2/misc/alt_craft_amounts.png)
46+
47+
extra blocking modes for pattern provider(default, full, smart)
48+
### Default: This is the default blocking mode, it will push the pattern if the connected storage does not contain any of the pattern inputs in this Pattern Provider, if the storage contains anything that is not a pattern input, the blocking mode will skip it and still push the pattern.
49+
### Full: This blocking mode will not push the pattern if the connected storage contains anything.
50+
### Smart: Allows the Pattern Provider to push the same pattern if the target storage only contains the inputs from this specific pattern, also ignores programmed circuits if GTCEU is installed!
51+
52+
### Modify patterns in encoding terminal: allows you to multiply/divide pattern input/outputs from the encoding terminal
53+
![img.png](../../assets/ae2/crafting/modify-patterns.png)

0 commit comments

Comments
 (0)