Commit graph

287 commits

Author SHA1 Message Date
Ell
887bfed229 allow force-canceling crafts that are in progress 2024-11-28 12:33:06 +01:00
Ell
1b0c36d5e5 store active crafts globally in the network (and add a command to clear all) 2024-11-28 12:15:44 +01:00
Ell
0942be0725 mark crafting dependencies as in progress immediately so that they don't cause unfinished crafts 2024-11-28 12:02:14 +01:00
Ell
0eb8740fde pass active crafts when started 2024-11-28 11:55:55 +01:00
Ell
805393ba6e small refactor 2024-11-28 00:05:16 +01:00
Ell
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
Ell
704027c3dc store active craft request data a lot more cleanly 2024-11-27 22:43:15 +01:00
Ell
e6e9d4358f fix newly introduced oob 2024-11-27 21:50:28 +01:00
Ell
24b1bbd84b TODO for cleanup 2024-11-27 21:46:51 +01:00
Ell
f6ca9297dd store craft ingredient requests bundled together 2024-11-27 21:25:45 +01:00
Ell
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
Ell
de772c0c16 include crafting in redstone module use cases 2024-10-25 19:10:36 +02:00
Ell
c7d57c68fc fixed the allow/disallow filter button not updating its tooltip immediately 2024-10-25 18:46:37 +02:00
Ell
f976936427 allow crafters to work with the crafting module
closes #212
2024-10-25 18:44:25 +02:00
Ell
653c629f00 fixed loot tables
closes #214
2024-10-20 12:02:01 +02:00
Ell
69eb4387f2 fixed mouse being centered when switching between pipe tabs 2024-09-27 16:41:31 +02:00
Ell
861f219806 fixed stack size modifier ui not updating correctly
closes #211
2024-09-27 16:38:31 +02:00
Ell
5b96a9d5a2 allow shift clicking a ghost item to clear the entire crafting grid
closes #197
2024-09-27 16:35:12 +02:00
Ell
c7f43c3500 made crafting modules only request and deliver their own items 2024-09-27 16:29:27 +02:00
Ell
3fbcd8c80a fixed crafting modules all sharing an inventory 2024-09-27 16:29:08 +02:00
Ell
f5894f4528 removed fabric mod json 2024-09-15 21:19:39 +02:00
Ell
4a43c32342 fixes 2024-09-15 20:56:48 +02:00
Ell
9f55e87972 small fixes 2024-09-15 20:24:34 +02:00
Ell
a8d1a99e28 made it run! 2024-09-15 19:56:42 +02:00
Ell
375f5522f9 it compiles?? 2024-09-15 19:12:35 +02:00
Ell
3e70470e83 some work on components 2024-09-15 16:24:19 +02:00
Ell
bc710789c8 networking stuff 2024-09-15 15:17:16 +02:00
Ell
2e05cd7b70 bunch of work 2024-09-15 14:23:14 +02:00
Ell
74d03f8cc2 fixed being unable to transfer items to the crafting grid using jei
closes #209 closes #206
2024-07-31 22:02:38 +02:00
Ell
dff54e4246 use a linked hash map to avoid incorrect network item ordering 2024-05-21 11:33:19 +02:00
Ell
4d022f3489 fixed pipes being washed away by water
closes #204
2024-05-19 11:04:29 +02:00
Ell
6b4f86ce1a improve performance of getOrderedNetworkItems
(see #205)
2024-05-19 10:48:08 +02:00
Ell
9be1e0ce2d finished up render bounding box 2024-03-07 19:05:21 +01:00
Ell
c8fee33ca5 fixed pipe network 2024-03-07 18:58:30 +01:00
Ell
cca0f12f1a some fixes 2024-03-07 18:21:05 +01:00
Ell
f908fa6c39 it runs! 2024-03-07 17:45:35 +01:00
Ell
55b72e8664 this has already been done 2024-03-07 17:28:52 +01:00
Ell
4914c5f3c0 it compiles!! 2024-03-07 16:06:46 +01:00
Ell
1ba1257569 fixed everything but codecs? 2024-03-07 16:00:49 +01:00
Ell
75cd73470f a lot of 1.20.4 work 2024-02-03 22:01:43 +01:00
Ell
e6ad1b9bc6 start of neoforge 1.20.4 2024-02-03 15:17:58 +01:00
Ell
90e73a537c added the ability to clear modules by putting them in the crafting grid 2023-09-26 11:21:08 +02:00
Ell
494ddc5391 fixed items with nbt being requested in wrong amounts
closes #175
2023-09-26 11:01:47 +02:00
Ell
2ab1b907de fixed stack limiters ignoring data filters
partially addresses #175
2023-09-26 10:56:24 +02:00
Ell
7d54b5d936 fixed pipes sharing filter and extraction modules not behaving correctly
closes #185
2023-09-26 10:51:43 +02:00
Ell
f34c89f914 fixed a rare exception when modules calculate incorrect next nodes
closes #187
2023-09-26 10:21:56 +02:00
Ell
6cb3e6e57e resolved some TODOs 2023-07-08 10:38:52 +02:00
Ell
c8c0db6aa9 some GUI fixes 2023-07-07 20:44:52 +02:00
Ell
ad9f228ba4 creative tabs 2023-07-07 20:34:30 +02:00