Commit graph

227 commits

Author SHA1 Message Date
Ell
c720a1b92e avoid unnecessarily copying stacks in getAvailableDestination 2022-10-25 11:57:33 +02:00
Ell
7c14c7f175 improved the storage drawer handling from 239aa499c4 2022-10-24 13:46:21 +02:00
Ell
5544f2c52d made medium extraction module already prevent over-sending 2022-10-22 10:42:10 +02:00
Ell
4a49e2518e fixed a rare exception when streaming modules
closes #148
2022-10-22 10:42:07 +02:00
Ell
7a44dc50ca fixed a crash when scrolling in the data filter modifier
closes #159
2022-10-22 10:42:03 +02:00
Ell
a40389c548 fixed pipes not being marked as changed when they do
closes #153
2022-10-22 10:41:55 +02:00
Ell
75e5106866 fixed blocks breaking slowly
closes #154
2022-10-22 10:41:50 +02:00
Ell
955652cd20 Also fix #140 here (and 1.12.6) 2022-07-16 10:25:05 +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
Quarris
00df052755 Added a constructor for PipeBlockEntity which accepts a BlockEntityType parameter 2022-05-23 21:19:24 +01:00
Ell
663235d0a5 fixed right-clicking the search bar not allowing typing
Closes #123
2022-05-20 10:43:40 +02:00
Ell
5667c86bf8 fixed JEI transfer sometimes kicking the player
Closes #126
2022-05-20 10:31:00 +02:00
Ell
abdf2c6b12 also allow using backspace to request anyway
Closes #130
2022-05-20 09:38:51 +02:00
Ell
96216fd6d5 attempt to fix #132 2022-05-20 09:25:53 +02:00
Soreth
4460ba9eab
add french translation
the commit for the 1.16 was because I play in 1.16 and didn't checked if the file was the same in main branch
2022-04-11 19:00:27 +02:00
Ell
5523623524 Cherry-pick f861c0bbb5
Closes #122
2022-03-30 22:58:08 +02:00
Ell
27aa6809ae added comparator output to the pressurizer
Related to #79
2022-03-30 14:32:40 +02:00
Ell
1c5a3a118d allow holding Alt to request anyway
Closes #118
2022-03-30 14:26:38 +02:00
Ell
0228932472 hash item stack nbt to avoid going over the packet size limit
Closes #120
2022-03-30 14:16:52 +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
33f4d47889 changed the pipe recipe to require some copper 2022-02-11 21:19:55 +01:00
Ell
bf7760c5fb clear caches more aggressively in an attempt to fix rare caching issues 2022-02-11 21:17:30 +01:00
Ell
d0d0045825 Ported 87ecc7f74e to 1.18 2022-01-24 23:37:27 +01:00
Soni L
92cfb450f0
Add Fabric compat 2022-01-15 15:05:47 -03:00
object-Object
3c1952492f allow typing in search after right click 2022-01-12 16:42:14 -05: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
463e4378bb fixed a dupe glitch when two people are using a crafting terminal
Closes #96
2021-12-28 12:18:52 +01:00
Ell
6a170a1ace fixed crafting modules miscalculating the amount of items they can craft
Closes #111
2021-12-28 12:13:20 +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
b34e6d2418 bring back JEI compat 2021-12-19 17:27:21 +01:00
Ell
416e5ced97 Fixed a crafting terminal exception
Closes #103
2021-12-05 19:50:26 +01:00
Ell
87a3c2aed6 fixed items not being placeable into filter slots
Closes #104
2021-12-05 19:41:59 +01:00
Ell
d240e03209 allow searching by item description
Closes #90
2021-12-04 13:35:04 +01:00
Ell
c06097f287 fixed stuff not saving in block entities
Closes #101
2021-12-04 13:07:18 +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
b2c69bc67b display an error when connecting a terminal to multiple pipes
Closes #95
2021-09-26 17:05:02 +02:00
danny
405550efe9 -Reordered widget init order in Item Terminal to set search field as first in tab order. (Addresses ##80)
-Clear text from search field on right-click. (Addresses #91)
2021-08-14 23:40:16 -05:00
Ell
ffede60fee maybe don't leave debug code in 2021-06-19 14:50:36 +02:00