raoulvdberge
f16b737d9c
Update license
2023-02-12 10:06:10 +01:00
Darkere
428c76275b
changelog
2023-02-12 10:03:38 +01:00
Darkere
2a5c4e77e2
fix racecondition with Itemstack.EMPTY
2023-02-12 10:03:38 +01:00
raoulvdberge
0706726b30
Add resolved issue locking
2023-02-03 21:15:22 +01:00
Robin Govers
99a671223d
* Updated CHANGELOG.md
2023-01-02 22:52:33 +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
93cead379c
Add changelog from v1.10.4.
2022-12-20 16:57:02 +01:00
raoulvdberge
b083726094
Bump to v1.11.5.
2022-12-20 16:27:35 +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
603c6af645
Bump to v1.11.4.
2022-12-20 14:44:42 +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
raoulvdberge
2aa79b9f7e
Add keep a changelog format for Discord 1.7.0 builds.
2022-12-19 18:43:02 +01:00
raoulvdberge
b2c65218e7
Add keep a changelog format for v1.8.x-v1.7.x series.
2022-12-19 18:20:23 +01:00
raoulvdberge
48dff2e54c
Some changes in the changelog for v1.11.2.
2022-12-19 16:25:19 +01:00
raoulvdberge
bdf89f2190
Some changes in the changelog for v1.11.2.
2022-12-19 16:22:08 +01:00
raoulvdberge
9136fea35d
Bump to 1.11.3.
2022-12-17 12:24:23 +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
254a86215a
Add beta versioning for v1.9.0-v1.9.1-v1.9.2(b)-v1.9.3.
2022-12-10 20:57:46 +01:00
raoulvdberge
c37dfc13a3
Add keep a changelog format for entire 1.9.x series.
2022-12-10 20:47:25 +01:00
raoulvdberge
75ebe8ae51
Move 1.9.17 and 1.9.18 to new changelog format.
2022-12-10 20:15:06 +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
1951169f7b
Bump to v1.11.2.
2022-10-30 13:12:25 +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
96af4449cf
Bump to v1.11.1.
2022-09-30 13:32:06 +02:00
raoulvdberge
48acf6abcf
Update dependencies.
2022-09-30 13:21:49 +02:00
raoulvdberge
8cfa05b001
Port to 1.19.2 - v1.11.0
2022-09-30 13:21:49 +02:00
raoulvdberge
774380aa3b
Bump to v1.10.4
2022-08-06 17:47:45 +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
054e650b5a
Update changelog after revert
2022-07-30 19:48:22 +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
c9c3b42b16
Revert "Restore JUnit deps in build.gradle"
...
This reverts commit 54caa37e82
.
2022-07-30 19:47:25 +02:00
raoulvdberge
384ea74158
Cleanup changelog
2022-07-30 19:30:26 +02:00
MelanX
d2e1c554b8
Update CHANGELOG.md
2022-07-28 08:43:01 +02:00