Yang Xizhi
0fffc829ab
Fix invalid pattern outputs throwing NPE in crafting grid ( #393 )
2024-02-01 19:14:33 +11:00
0mega24
59c7dd1285
Configurable Channel Limits ( #295 )
...
* Channel Config Test
* Update AEConfig.java
* userDefinedChannelAmounts
config option added for the dense and normal channel amounts - will need to be refined to match everything but not sure what I would need to do to make it match the other config options
rebound all hard coded checks for channel amounts and linked them to the config options
redefined how the channel amounts are noted in all applicable api integrations
2023-07-28 10:26:41 -03:00
miozune
aa6bad7a72
Fix CPU Clusters consisting only of addon blocks not being recognized ( #274 )
2023-05-24 07:27:20 -03:00
PrototypeTrousers
9a00185b6d
backport some security changes
2023-02-10 06:21:39 -03:00
PrototypeTrousers
f14407b87a
attempted fixes for spatialIO, security and ShaderTech compat
2023-01-28 14:09:23 -03:00
YoungOnion
9011273229
reformatted all src files ( #141 )
2022-09-17 08:08:02 -03:00
PrototypeTrousers
027e8477c2
push down some buttons so the JEI doesnt get cutoff vertically.
...
ME autocrafting now uses the cached storage list instead of a full simulated network extraction
2022-08-26 17:28:00 -03:00
PrototypeTrousers
7996c44075
Make ME Controller still usable even without channels on. gives energy
...
discount.
Hide channel count from Waila and TOP, if channels are disabled
2022-08-15 01:12:23 -03:00
PrototypeTrousers
39ac308889
wip
2022-04-11 05:13:16 -03:00
PrototypeTrousers
447c6debab
account for interfaces priority affecting which items are extractable
2022-03-04 22:49:55 -03:00
PrototypeTrousers
993be652c9
delay container item return when simulating crafting tree
2022-03-04 21:30:26 -03:00
PrototypeTrousers
49b3dc8b60
undo partially pattern cache rebuild optimization
...
enabled pattern substitution now can use substitute patterned items
2022-03-03 22:25:10 -03:00
PrototypeTrousers
285fc6314c
small optimization to crafting tree
2022-02-27 23:04:29 -03:00
PrototypeTrousers
b0e81ac2d1
fix blocking mode somehow voiding items
2022-02-22 19:40:15 -03:00
PrototypeTrousers
30f4cdf545
attempt at pattern rebuild optimization
2022-02-22 00:02:17 -03:00
PrototypeTrousers
d7f3428824
fix for infinite loop while loading
2022-01-24 13:19:31 -03:00
PrototypeTrousers
63e339b88b
cache itemstacks more aggressively
2022-01-24 13:17:50 -03:00
PrototypeTrousers
eaa01f7648
flip some boolean so craftables actually show up
2021-12-10 20:26:29 -03:00
PrototypeTrousers
94d73aec7c
wwww
2021-12-09 23:34:57 -03:00
PrototypeTrousers
b51af43dba
item/fluid count changes.. again
2021-12-07 21:10:04 -03:00
PrototypeTrousers
85dc8ae7c1
item costs/ghost fixes
2021-11-29 00:50:32 -03:00
PrototypeTrousers
c34176f392
fix (?) item desync issues
2021-11-23 20:25:05 -03:00
PrototypeTrousers
11f5b71089
update directly instead of relying on forge events
2021-10-29 15:14:33 -03:00
PrototypeTrousers
6d7c65dd70
potential fix for an infinite loop while adding nodes
2021-10-29 14:09:19 -03:00
PrototypeTrousers
5e21101619
n-to-n p2p
...
network monitor checks nesting by action source
2021-10-28 23:49:16 -03:00
PrototypeTrousers
2f5ecfe638
energy fixes
2021-10-22 15:37:08 -03:00
PrototypeTrousers
92347ad2f5
fix looping item count and hopefully energy issues
2021-09-26 22:07:16 -03:00
PrototypeTrousers
517bd77df7
yet another try at energy issues
...
fix requesters not being added to the energy grid
partially revert the energy 'fixes'
potential desync on item count
energy and items change
2021-09-17 00:09:49 -03:00
PrototypeTrousers
73251a0fe5
more item count changes....
2021-09-13 02:10:28 -03:00
PrototypeTrousers
9335daff7d
Revert "fixes item showing incorrect amounts"
...
This reverts commit 618e9390c6 .
2021-09-11 22:48:45 -03:00
PrototypeTrousers
cc5377d53b
fluid storage bus handler cache tweaks and simplify energy cache
2021-09-06 23:51:32 -03:00
Salomão
059f20d801
yet another try at fixing power issues
2021-09-05 20:28:37 -03:00
Salomão
d229570495
try to fix energy issues again
...
fix issue with voiding p2p parts when shift-right clicking with a memory card
2021-09-04 18:59:46 -03:00
PrototypeTrousers
01778794e5
try to fix #51
2021-08-22 23:59:02 -03:00
Salomão
c466a0e00e
fix items in level emitters with crafting cards not showing up
2021-08-14 09:44:47 -03:00
PrototypeTrousers
618e9390c6
fixes item showing incorrect amounts
2021-08-13 00:17:53 -03:00
PrototypeTrousers
fda8c87410
attempts to fix #42 and #43
2021-07-26 18:25:08 -03:00
PrototypeTrousers
8cef06512a
restore breaking API change
2021-07-22 21:50:56 -03:00
PrototypeTrousers
8e4658be20
fix power not going to sub-networks
...
renamed variables
2021-07-18 17:52:01 -03:00
PrototypeTrousers
db2c4c4325
ensure the local energy cache is iterated last
2021-07-17 22:11:11 -03:00
Salomão
24750f00b1
reworked how changes are propagated in the network
2021-07-16 14:13:48 -03:00
Salomão
f9c274fb48
Reduce power flickering by increasing energy polling rate
...
in testing 84 dense cells could sustain MAX Integer on a FE p2p pair
2021-06-27 23:17:26 -03:00
Salomão
904de49543
wip
...
fix substitution crafting, for real this time
wip 2
wip. still has NBT issues
fix semantic changes
fix interface with free slots on interface terminal
Auto stash before cherry pick of "fix interface with free slots on interface terminal"
2021-06-23 10:16:59 -03:00
Salomão
307f86ded8
increase AE energy polling rate from once every 90 to once every 3 ticks
2021-06-18 12:48:01 -03:00
Salomão
7b91da58c0
resolve suspicious calls
2021-06-14 02:33:43 -03:00
Salomão
df3f00d978
try to fix remaining concurrent modifications to energy grid
2021-06-13 20:29:56 -03:00
Salomão
18ae994ee4
try to avoid CME by copying FE p2p outputs before iterating
...
backported 1c88ea7b78 and attempt to fix #25 with feedback
2021-06-10 21:13:41 -03:00
Salomão
7ada6d18ee
small optimizations
2021-05-12 00:19:55 -03:00
PrototypeTrousers
c3b1dea7c5
better level emitting
2021-03-31 17:34:43 -03:00
Salomão
40ec517480
level emitters cache rework
2021-03-30 23:05:15 -03:00