Commit graph

52 commits

Author SHA1 Message Date
Ell
26393be8b6 fixed pipes not being marked as changed when they do
closes #153
2022-10-22 10:19:56 +02:00
Ell
c1b6063ca4 merge fixes 2022-07-04 13:21:24 +02:00
Ell
69fa29aa46 Merge branch '1.18'
# Conflicts:
#	build.gradle
#	src/main/java/de/ellpeck/prettypipes/Registry.java
#	src/main/java/de/ellpeck/prettypipes/misc/ItemFilter.java
#	src/main/java/de/ellpeck/prettypipes/pipe/modules/retrieval/RetrievalModuleItem.java
#	src/main/java/de/ellpeck/prettypipes/terminal/containers/CraftingTerminalGui.java
#	src/main/java/de/ellpeck/prettypipes/terminal/containers/ItemTerminalGui.java
2022-07-04 13:17:48 +02:00
Ell
626d8efe2e added default "all sides" option which restores the old behavior 2022-07-01 00:05:11 +02:00
Ell
50c44df49f also added direction selector to the other modules 2022-06-30 16:35:01 +02:00
Ell
3451451c4f added direction selector system 2022-06-30 16:00:33 +02:00
Ell
27e25fbedf 1.19, part 1 2022-06-27 13:57:06 +02:00
Ell
cc55a7b526 Merge remote-tracking branch 'origin/main' 2022-03-04 15:16:01 +01:00
Ell
9da43852dc updated to 1.18.2 2022-03-04 15:15:47 +01:00
Ell
d04dd4054a added some commands to log debug information about pretty pipes and clear invalid caches 2022-02-11 21:56:02 +01:00
Ell
8ead508776 fixed item filter population not being visible until the container is reopened
Closes #78
2021-12-28 12:55:11 +01:00
Ell
bee6f7ef0b fixed some requests not working due to missing NBT data
Closes #108
2021-12-28 12:04:53 +01:00
Ell
bcfd9e7bf9 fixed item names being surrounded by braces 2021-12-28 11:58:37 +01:00
Ell
87a3c2aed6 fixed items not being placeable into filter slots
Closes #104
2021-12-05 19:41:59 +01:00
Ell
20a69c7ccc last???? fixes 2021-12-02 23:02:58 +01:00
Ell
ae5128971c resolved all todos (untested though oof) 2021-12-02 22:00:00 +01:00
Ell
1d9c22cb0a var 2021-12-02 17:46:56 +01:00
Ell
0df6401c4e IT COMPILES!! 2021-12-02 16:55:04 +01:00
Ell
46320dd889 off to get some food now 2021-12-02 15:25:46 +01:00
Ell
077b09c37d PipeNetwork is error-free! 2021-12-02 14:44:26 +01:00
Ell
b991f8575f the utility class FULLY WORKS WHAT 2021-12-02 12:31:04 +01:00
Ell
d8a1364bcd everything is broken 2021-12-02 11:35:52 +01:00
Ell
3f79cfb83e improved the tag filter modifier 2021-03-03 01:56:19 +01:00
Ell
4c0862c9ed generify the filter system for the future(tm) 2021-03-03 00:10:24 +01:00
Ell
78deb87993 fixed some equality type inconsistencies 2020-11-22 20:36:08 +01:00
Ell
f9d72a3b87 fixed retrieval modules ignoring filter extensions
Closes #59
2020-11-22 19:29:04 +01:00
Ell
76f332c03e added a display that shows items that are currently being crafted 2020-10-20 00:52:56 +02:00
Ell
4f78e7ecc8 added a mod filter modifier 2020-10-15 20:52:59 +02:00
Ell
87d983611e fixed all the bugs! 2020-10-15 01:19:22 +02:00
Ell
57c3b13b64 part 2: actual crafting implementation 2020-10-14 23:39:11 +02:00
Ell
8029cc21a0 part 2: display craftables in the terminal 2020-10-14 22:30:02 +02:00
Ell
eb8f2695de added the basic crafting module setup 2020-10-14 22:04:52 +02:00
Ell
60dd405f5d fixed populating filters sometimes inserting more than one item into the filter
Closes #38
2020-10-14 18:34:38 +02:00
Ell
6fbedff388 added the filter increase modifier 2020-10-14 04:28:58 +02:00
Ell
9b36e0c444 finished the port? 2020-09-22 19:24:09 +02:00
Ell
85d080cb3a part 1? 2020-09-22 19:14:07 +02:00
Ell
b20d15c05a only save filter data of modified filters
Closes #26
2020-09-02 22:06:44 +02:00
Ellpeck
ccc981fee3 more crafting terminal work + network locks 2020-05-09 01:00:59 +02:00
Ellpeck
0bb8fbaf5c added jei syncing to the terminal 2020-05-08 21:19:32 +02:00
Ellpeck
5632727d04 made player preferences client-sided 2020-05-08 20:56:27 +02:00
Ellpeck
320abbe74e generalize item equality to fix some requesting inconsistencies 2020-05-08 02:51:07 +02:00
Ellpeck
5541d5d1a4 finished the item terminal, yay 2020-05-07 23:06:35 +02:00
Ellpeck
fe3d4380f3 IT'S DONE 2020-05-07 21:10:29 +02:00
Ellpeck
ae74359ed5 item terminal, part 1 2020-05-07 18:30:40 +02:00
Ellpeck
d46858507f added filter modules 2020-05-02 18:56:54 +02:00
Ellpeck
2b882649fb fixed filters being too picky 2020-04-30 17:14:15 +02:00
Ellpeck
d28bff3fcf added stack size module 2020-04-18 22:30:14 +02:00
Ellpeck
c4329167c4 retrieval module 2020-04-17 20:03:54 +02:00
Ellpeck
c6d9803f64 added auto-populate feature to filters 2020-04-16 22:25:58 +02:00
Ellpeck
592e524153 added filter modules 2020-04-16 21:19:40 +02:00