|
1e027ff825
|
some additional profiling for crafting modules
closes #230
|
2024-12-04 20:39:09 +01:00 |
|
|
4a04535050
|
oops
|
2024-12-04 20:35:45 +01:00 |
|
|
9aeb5d807c
|
fixed recipes blocking each other by making dependencies not auto-deliver items
closes #232
|
2024-12-04 20:34:36 +01:00 |
|
|
c28100ad9f
|
allow other crafts to happen while a craft is waiting to be able to insert its result items
|
2024-12-04 19:35:34 +01:00 |
|
|
1d6272b574
|
fixed recipes with crafting dependencies not waiting for them before emitting a redstone signal
|
2024-12-03 23:59:50 +01:00 |
|
|
1d05d1c906
|
fixed a kick when requesting an empty item
|
2024-12-03 23:32:36 +01:00 |
|
|
8d1bd8f943
|
fixed a cme when canceled crafts are removed
closes #228
|
2024-12-03 23:29:41 +01:00 |
|
|
af3393345b
|
make the jei crafting module transfer insert items in the order they appear (but stack if multiple are consecutive)
|
2024-12-03 23:27:04 +01:00 |
|
|
fb59109d08
|
fixed crafting requests always returning the full crafted items, rather than the requested amount
|
2024-12-03 23:11:51 +01:00 |
|
|
21f2727b32
|
fixed requestExistingItem returning an incorrect amount of already requested items
closes #229
|
2024-12-03 22:22:01 +01:00 |
|
|
7bd6bbc233
|
fixed styling of the stack size modifier ui
|
2024-12-03 21:32:27 +01:00 |
|
|
709cc5cb7f
|
made the filter increase modifier have 27 slots instead of 18
|
2024-12-03 21:19:50 +01:00 |
|
|
04f2bf3ea4
|
made breaking pipes not use playerWillDestroy
closes #220
|
2024-11-30 20:23:43 +01:00 |
|
|
4a0cde4435
|
use isEmpty properly
|
2024-11-30 20:08:12 +01:00 |
|
|
474f0724d4
|
fixed unrelated items arriving in the system tripping up running crafts
closes #225
|
2024-11-30 20:07:21 +01:00 |
|
|
406e4a2705
|
remove debug
|
2024-11-30 19:34:01 +01:00 |
|
|
eb15011d31
|
clean up some dead code
|
2024-11-30 19:33:34 +01:00 |
|
|
4d0e484c08
|
use general capabilities when querying storage blocks, rather than tile-specific ones
|
2024-11-30 18:59:07 +01:00 |
|
|
8894d1d8c4
|
fixed shift-clicking *anywhere* clearing the crafting grid
closes #219
|
2024-11-30 18:36:43 +01:00 |
|
|
c72d1cc09c
|
added a setting in the crafter to emit a redstone signal when all items have arrived
|
2024-11-30 18:32:23 +01:00 |
|
|
9fc0c12bf9
|
clean up the dump command's output
|
2024-11-28 12:42:18 +01:00 |
|
|
887bfed229
|
allow force-canceling crafts that are in progress
|
2024-11-28 12:33:06 +01:00 |
|
|
1b0c36d5e5
|
store active crafts globally in the network (and add a command to clear all)
|
2024-11-28 12:15:44 +01:00 |
|
|
0942be0725
|
mark crafting dependencies as in progress immediately so that they don't cause unfinished crafts
|
2024-11-28 12:02:14 +01:00 |
|
|
0eb8740fde
|
pass active crafts when started
|
2024-11-28 11:55:55 +01:00 |
|
|
805393ba6e
|
small refactor
|
2024-11-28 00:05:16 +01:00 |
|
|
2c8ab9ed07
|
fully deliver items of canceled crafting requests so that containers don't get stuck with partial recipes
|
2024-11-28 00:02:22 +01:00 |
|
|
704027c3dc
|
store active craft request data a lot more cleanly
|
2024-11-27 22:43:15 +01:00 |
|
|
e6e9d4358f
|
fix newly introduced oob
|
2024-11-27 21:50:28 +01:00 |
|
|
24b1bbd84b
|
TODO for cleanup
|
2024-11-27 21:46:51 +01:00 |
|
|
f6ca9297dd
|
store craft ingredient requests bundled together
|
2024-11-27 21:25:45 +01:00 |
|
|
09a471c042
|
added a button to send craft items back
closes #215
|
2024-11-22 13:41:13 +01:00 |
|
fr3qu3ncy
|
4db5a5fec3
|
Disable drop shadow for pipe frames
|
2024-10-27 21:11:14 +01:00 |
|
|
de772c0c16
|
include crafting in redstone module use cases
|
2024-10-25 19:10:36 +02:00 |
|
|
c7d57c68fc
|
fixed the allow/disallow filter button not updating its tooltip immediately
|
2024-10-25 18:46:37 +02:00 |
|
|
f976936427
|
allow crafters to work with the crafting module
closes #212
|
2024-10-25 18:44:25 +02:00 |
|
|
653c629f00
|
fixed loot tables
closes #214
|
2024-10-20 12:02:01 +02:00 |
|
|
69eb4387f2
|
fixed mouse being centered when switching between pipe tabs
|
2024-09-27 16:41:31 +02:00 |
|
|
861f219806
|
fixed stack size modifier ui not updating correctly
closes #211
|
2024-09-27 16:38:31 +02:00 |
|
|
5b96a9d5a2
|
allow shift clicking a ghost item to clear the entire crafting grid
closes #197
|
2024-09-27 16:35:12 +02:00 |
|
|
c7f43c3500
|
made crafting modules only request and deliver their own items
|
2024-09-27 16:29:27 +02:00 |
|
|
3fbcd8c80a
|
fixed crafting modules all sharing an inventory
|
2024-09-27 16:29:08 +02:00 |
|
|
f5894f4528
|
removed fabric mod json
|
2024-09-15 21:19:39 +02:00 |
|
|
4a43c32342
|
fixes
|
2024-09-15 20:56:48 +02:00 |
|
|
9f55e87972
|
small fixes
|
2024-09-15 20:24:34 +02:00 |
|
|
a8d1a99e28
|
made it run!
|
2024-09-15 19:56:42 +02:00 |
|
|
375f5522f9
|
it compiles??
|
2024-09-15 19:12:35 +02:00 |
|
|
3e70470e83
|
some work on components
|
2024-09-15 16:24:19 +02:00 |
|
|
bc710789c8
|
networking stuff
|
2024-09-15 15:17:16 +02:00 |
|
|
2e05cd7b70
|
bunch of work
|
2024-09-15 14:23:14 +02:00 |
|