Commit Graph

3509 Commits

Author SHA1 Message Date
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
raoulvdberge
384ea74158 Cleanup changelog 2022-07-30 19:30:26 +02:00
MelanX
c66a17452c fix integer overflow resulting in item lose 2022-07-28 08:43:01 +02:00
mooofins
b2f6441568 Add 1.18 port fixes 2022-07-28 08:38:19 +02:00
ylou
a218a8276b Add support for implicit multiply in equations 2022-07-28 08:38:19 +02:00
ylou
4e8dcc4fe4 Attempt translations for evaluate in other langs
Sorry in advance for the mistakes. Also updates the changelog.
2022-07-28 08:38:19 +02:00
ylou
d976cbe8b9 Add an evaluate button for equation inputs
Additionally adds translations in languages I sorta know.
2022-07-28 08:38:19 +02:00
ylou
99235c7014 Allow simple math input in AmountSpecifyingScreen 2022-07-28 08:38:19 +02:00
Darkere
7147718f04 jei not mandatory 2022-07-25 07:11:10 +02:00
Darkere
86575f73a6 min JEI version of 9.7.1 2022-07-25 07:11:10 +02:00
Darkere
31c2197691 downgrade to JEI 9.7 and implement focusLink 2022-07-25 07:11:10 +02:00
Darkere
0d98e98374 update to new JEI API 2022-07-25 07:11:10 +02:00
Alyx Ferrari
a7cfcbfe89 Fix incorrect autocraft prompt on macOS (#3283)
* Fix incorrect autocraft prompt on macOS

* Fix empty macOS autocrafting string in Japanese

* Update CHANGELOG.md
2022-06-26 12:48:03 +02:00
aeonic
b3981c402e Revert autoformatting changes 2022-06-21 08:33:41 +02:00
aeonic
5c71004770 Generate block entity tag for Packing Tape blacklist 2022-06-21 08:33:41 +02:00
aeonic
e5b0c1e763 Add BlockEntityTagGenerator to DataGenerators, reformat (+ block tags) to match previous formatting 2022-06-21 08:33:41 +02:00
aeonic
2cb754230d Create BlockEntityTagGenerator with blacklist tag for Packing Tape 2022-06-21 08:33:41 +02:00
aeonic
3a17b00c29 BlockTagGenerator formatting 2022-06-21 08:33:41 +02:00
aeonic
b6de5f553a Add non-colored blocks to Forge relocation blacklist tag 2022-06-21 08:33:41 +02:00
aeonic
2f6eb24e3b Generate colored block tags and additions to Forge relocation blacklist tag 2022-06-21 08:33:41 +02:00
aeonic
e3e1595458 TagGenerator -> ItemTagGenerator, add BlockTagGenerator 2022-06-21 08:33:41 +02:00
aeonic
a5c971e5e1 Created colored block tag map, added to from ColorMap#registerBlocks 2022-06-21 08:33:41 +02:00