raoulvdberge
0786cd823e
fix: restore compat with inventory sorter, ignore crafter container
...
Fixes #3214
2023-11-05 20:08:58 +01:00
Darkere
ca4199c210
fix: rare autocrafting crash
2023-11-05 18:26:07 +01:00
Darkere
5c2c146af8
fix: crash when tranferring items
2023-11-05 17:35:44 +01:00
raoulvdberge
1522971a93
fix: importer using simulated extractions to insert
...
The behavior is now consistent with items.
This caused issues with Gregtech, they returned fluids that weren't extractable in simulation mode so RS ended up duping them.
Now we only insert fluids that return from execution mode.
Fixes #3570
2023-11-05 17:17:18 +01:00
raoulvdberge
3e54914fa2
fix: dupe bug with controller
...
Remainders weren't being accounted for when inserting to player inv.
Fixes #3544
2023-11-05 15:24:13 +01:00
raoulvdberge
456e5bdc93
fix: controller item models not rendering energy state correctly
...
Also scopes item properties correctly.
Fixes #3173
2023-11-05 15:00:04 +01:00
raoulvdberge
9474ece399
fix: emissive inactive models
2023-11-05 14:20:28 +01:00
raoulvdberge
0f325efe95
fix: grid search bar not losing focus properly
...
Fixes #3579
Fixes #2913
2023-11-05 13:52:39 +01:00
raoulvdberge
9b30bece19
fix: crashing issues due to node desync
2023-11-05 13:19:44 +01:00
raoulvdberge
327c97b58d
fix: attempt to fix issue with grid not loading items when loading
2023-11-05 00:21:26 +01:00
raoulvdberge
32f4f0bce3
fix: not being able to type E in grid search box
...
Fixes #3537
2023-07-07 21:09:44 +02:00
raoulvdberge
8872101e05
fix: lingering tooltips of side buttons
...
Fixes #3532
2023-07-05 16:23:27 +02:00
raoulvdberge
03c62700a3
fix: not being able to close GUIs anymore with autoselected search box mode
...
Fixes #3530
2023-07-05 16:22:49 +02:00
raoulvdberge
60cbf8f39d
fix: the Grid detailed tooltip now has a small font size again
2023-07-05 16:21:15 +02:00
raoulvdberge
27a9bedacf
feat: introduce Refined Architect
2023-07-03 21:54:29 +02:00
raoulvdberge
9d243e93e7
Fix Sonar issues
2023-07-03 20:02:30 +02:00
raoulvdberge
88a28b427e
Fix data parameter desyncs, causing side buttons to not work sometimes. Fixes #3449
...
API break
2023-07-03 20:02:30 +02:00
raoulvdberge
5ce6647783
Port to Minecraft 1.20.1
2023-07-03 20:02:30 +02:00
raoulvdberge
974774f6c3
Fix slight error introduced in 045b90a4
2023-03-30 18:02:07 +02:00
raoulvdberge
045b90a463
Fixed a bunch of issues where chunks would unintentionally be loaded by RS. Fixes part of #3468
2023-03-30 17:25:54 +02:00
raoulvdberge
fbf2d6760b
Reduced block updates when a controller is turning on and off constantly. Fixes part of #3468
2023-03-30 16:53:29 +02:00
FeldrinH
c799e29a8a
Fix #3441 by correctly synchronizing focus on screen init
2023-03-30 16:20:38 +02:00
raoulvdberge
036e680795
Fixed Constructor being able to drop more than the maximum stack size for an item. Fixes #3455
2023-02-12 10:16:36 +01:00
Darkere
2a5c4e77e2
fix racecondition with Itemstack.EMPTY
2023-02-12 10:03:38 +01:00
Robin Govers
f4e9d5d9e6
Removed direct references to VanillaTypes.ITEM_STACK
...
The constant value causes the JVM to try to link JEI classes at runtime when the callers class is loaded
Luckily JEI added convenience functions to remove the need for VanillaTypes.ITEM_STACK ( 6a332a73f7 )
2023-01-02 22:52:33 +01:00
Darkere
1ac11ad5d3
fix some craftable items getting not showing as craftable in JEI
2022-12-27 22:50:49 +01:00
raoulvdberge
a47dc166c1
Fixed duplication bug in the Interface. Fixes #3414
...
This was a problem with returning the remainder if there are valid storages, but they are all in extract-only (the #insert call never propagates to IStorage in that case).
If stack.size differs from size, the stack with its wrong size is returned literally as remainder in that case, which breaks an assumption in the interface.
2022-12-20 16:23:52 +01:00
raoulvdberge
0f9d6e8c84
Fixed inventory slots being reused incorrectly in rare cases in the JEI transfer handler. Fixes #3431
2022-12-20 14:32:47 +01:00
raoulvdberge
9825c77072
Increase the packet size limit to 10. Fixes #3430
2022-12-20 14:30:51 +01:00
BlueAgent
606c26c940
Fixed external storage using an out of date block entity for getting handler
2022-12-20 14:22:41 +01:00
BlueAgent
958ab0ceee
Fixed external storage cache being de-synced from the network cache
2022-12-20 14:22:41 +01:00
Darkere
aaf528bce2
Rework Ingredient tracker to track stored items and compare IngredientList against that
2022-12-17 11:57:15 +01:00
raoulvdberge
5f8b445a78
Fixed chained crafters not taking over the name of the root crafter. Fixes #3418
2022-12-10 20:01:27 +01:00
raoulvdberge
a0a6423432
Catch crash for network desync. #3424
2022-12-10 19:58:16 +01:00
raoulvdberge
761b439997
Catch crash for block state desync. #3424
...
Could be in some other places as well but let's see what this does.
2022-12-10 19:58:16 +01:00
raoulvdberge
93ac94c251
Catch crash for network node desync. #3424
2022-12-10 19:58:16 +01:00
raoulvdberge
25ca9eda14
Start using ForgeCapabilities.
2022-12-10 19:58:16 +01:00
raoulvdberge
b8fa8d3d10
Remove RS silicon tag.
...
Cleanup for d0e66a34a6
2022-12-10 19:58:00 +01:00
raoulvdberge
d0e66a34a6
Fixed not using Forge silicon tag for recipes. Fixes #3371
2022-10-30 13:04:02 +01:00
MisileLaboratory
dce165eaa1
Update ko_kr.json
2022-10-30 12:49:45 +01:00
raoulvdberge
8cfa05b001
Port to 1.19.2 - v1.11.0
2022-09-30 13:21:49 +02:00
raoulvdberge
bebeaad0cc
Fixed breaking blocks with pickaxe taking too much time.
2022-08-06 17:29:56 +02:00
raoulvdberge
402f5ef491
Fixed constructor dupe bug with shulker boxes. Fixes #3343 and #3329
2022-08-06 17:00:31 +02:00
raoulvdberge
885d46c7b9
Fixed crashing the game when a network block was removed in a bad way. Fixes #3326
2022-08-06 16:42:32 +02:00
Darkere
a0c31f6f33
fix recipe highlighting position
2022-07-30 20:34:07 +02:00
raoulvdberge
6123dbb975
Revert "Allow simple math input in AmountSpecifyingScreen"
...
This reverts commit 99235c7014 .
2022-07-30 19:47:31 +02:00
raoulvdberge
183b423bbb
Revert "Add an evaluate button for equation inputs"
...
This reverts commit d976cbe8b9 .
2022-07-30 19:47:29 +02:00
raoulvdberge
51bbb68dbc
Revert "Attempt translations for evaluate in other langs"
...
This reverts commit 4e8dcc4fe4 .
2022-07-30 19:47:28 +02:00
raoulvdberge
1ea4e663f1
Revert "Add support for implicit multiply in equations"
...
This reverts commit a218a8276b .
2022-07-30 19:47:27 +02:00
raoulvdberge
0afadf4dec
Revert "Add 1.18 port fixes"
...
This reverts commit b2f6441568 .
2022-07-30 19:47:26 +02:00