|
9b6f9438fd
|
fix: multiblock assembler gui range
fixes #12
|
2023-02-07 15:07:47 +01:00 |
|
|
f9da3b23fd
|
fix: storage monitor recipe
|
2023-02-06 11:36:34 +01:00 |
|
|
faaf0430d4
|
feat: add capes
|
2023-02-06 11:27:57 +01:00 |
|
|
20858b2b9f
|
feat: more customization
|
2023-02-01 17:15:49 +01:00 |
|
|
19ee5f4088
|
fix: server loading
|
2023-01-30 20:26:32 +01:00 |
|
|
361681dcc1
|
feat: add power relay recipe
|
2023-01-30 19:59:59 +01:00 |
|
|
cfcb935305
|
feat: add power relay GUI
closes #6
|
2023-01-30 19:51:58 +01:00 |
|
|
e7731f3fd7
|
feat: transition plane works a little better than before
ref: #2
|
2023-01-30 18:50:09 +01:00 |
|
|
21615fb3d0
|
feat: base implementation for colors
reference issue: #3
|
2023-01-30 14:23:46 +01:00 |
|
|
447383f3ce
|
feat: energy improvements
|
2023-01-29 11:23:41 +01:00 |
|
|
58bf3f3acd
|
feat: power relay accepting energy
reference issue: #6
|
2023-01-28 23:57:54 +01:00 |
|
|
9b4f1667cb
|
feat: implement power relay energy sharing
reference issue: #6
|
2023-01-28 22:58:39 +01:00 |
|
|
e47d08a87e
|
feat: power relay base tile impl
reference issue: #6
|
2023-01-28 22:27:55 +01:00 |
|
|
8f69574500
|
fix: improve pattern encoder GUI
fixes #5
|
2023-01-28 21:20:31 +01:00 |
|
|
55eec4d290
|
fix: pattern encoder item drops
fixes #11
|
2023-01-28 21:06:59 +01:00 |
|
|
a4003cf025
|
feat: implement controller based crafting CPU
fixes #8
|
2023-01-28 16:03:50 +01:00 |
|
|
e37348644f
|
feat: outsourced code from Cluster to AbstractCPU
|
2023-01-27 23:39:07 +01:00 |
|
|
af7d9f6f0e
|
feat: seperated ICraftingCPU from Cluster
|
2023-01-27 22:52:40 +01:00 |
|
|
493dc5aa1d
|
fix: rotate BlockLegacyDisplay correctly
fixes #4
|
2023-01-26 21:42:03 +01:00 |
|
|
b8563aa703
|
feat: LogisticsPipes crafting integration
reference issue: #8
|
2023-01-26 21:11:47 +01:00 |
|
|
0b182ae608
|
fix: correctly sync requestable count
|
2023-01-26 19:01:45 +01:00 |
|
|
c1d911e6ed
|
feat: ME Chest rendering
reference issue: #7
|
2023-01-23 20:39:37 +01:00 |
|
|
db09e9dff8
|
feat: start implementing ME Chest
reference issue: #7
|
2023-01-23 19:26:10 +01:00 |
|
|
f03609f69d
|
feat: improve legacy controller energy logic
|
2023-01-11 19:42:52 +01:00 |
|
|
44655d2596
|
fix: remove metadata hack for legacy controller
|
2023-01-10 17:48:36 +01:00 |
|
|
1e7b8c759f
|
fix: storage monitor correctly sends data packet
|
2023-01-08 16:51:00 +01:00 |
|
|
15dd2c4a2f
|
fix: legacy terminal now has show craftable button
|
2023-01-07 11:01:01 +01:00 |
|
|
cf4610a333
|
fix: MAC now saves crafting jobs
- MAC is now AE2 multiblock
- MAC now only needs 1 channel
- MAC has a master assembler
|
2023-01-05 19:20:09 +01:00 |
|
|
e05bf29fa8
|
feat: implement LogiscticsPipes compat
|
2023-01-05 13:46:10 +01:00 |
|
|
fcad99813f
|
feat: ME Interface provides power to LP
|
2023-01-04 18:18:43 +01:00 |
|
|
50879c2147
|
feat: implement RequestGridCache
|
2023-01-04 17:23:39 +01:00 |
|
|
bb0c32d2c0
|
feat: add stub for RequestGridCache
|
2023-01-04 13:20:08 +01:00 |
|
|
4a72ceb724
|
fix: fixed assembler grid cache
- assemblers are now properly tracked across network splits and joins
- forming a multiblock will no longer create multiple clusters
closes #1
|
2023-01-03 20:41:16 +01:00 |
|
|
ee0fe3d283
|
fix: make AssemblerGridCache multithreading safe
|
2023-01-03 19:36:43 +01:00 |
|
|
294f4c283d
|
fix: server crash
|
2023-01-03 18:29:11 +01:00 |
|
|
93f1cf4ade
|
feat: add multiblock assembler
|
2023-01-03 17:01:24 +01:00 |
|
|
3134702174
|
fix: this shouldn't be there
|
2022-12-31 14:51:26 +00:00 |
|
|
9ff95486f5
|
fix: autocrafting with legacy terminals
|
2022-12-31 15:50:08 +01:00 |
|
|
54a0ed7d09
|
feat: add pattern encoder
|
2022-12-26 15:10:51 +01:00 |
|
|
1c81059335
|
fix: storage monitor properly displays if it's upgraded
|
2022-12-14 17:46:15 +01:00 |
|
|
e3abf47a96
|
fix: fix and introduce some storage monitor bugs
|
2022-12-12 21:23:30 +01:00 |
|
|
b8e0e5fca2
|
fix: BlockLegacyDisplay rotates correctly
|
2022-12-12 19:31:01 +01:00 |
|
|
9295a3a543
|
fix: some storage monitor related bugs
|
2022-12-05 18:23:21 +01:00 |
|
|
dea4766634
|
feat: WIP storage monitor implementation
|
2022-12-05 17:42:32 +01:00 |
|
|
30f0c25502
|
fix: legacy display rendering
|
2022-12-04 17:18:15 +01:00 |
|
|
285094b2e0
|
feat: controller grid cache
|
2022-12-04 12:39:35 +01:00 |
|
|
32af3b7f2c
|
feat: controller improvements
|
2022-12-04 11:41:48 +01:00 |
|
|
2a9af72cbe
|
feat: use WAP interface instead of TileWireless
|
2022-12-03 23:18:40 +01:00 |
|
|
8c0236bb29
|
Merge branch 'rv3-1.7.10' of https://git.tilera.org/tilera/Applied-Energistics-2-tilera-Edition into rv3-1.7.10
|
2022-12-03 21:46:13 +01:00 |
|
|
ce2277c8ec
|
feat: initial very glitchy transition plane implementation
|
2022-12-03 16:05:52 +01:00 |
|