diff options
| author | shedaniel <daniel@shedaniel.me> | 2025-07-23 20:50:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 20:50:25 +0200 |
| commit | bbf4c43a1ed431c94c2a95e67ea8494a8007cdee (patch) | |
| tree | 3dedaf08cf00a710b54698b20299e614a281cafa /runtime | |
| parent | 3224ded226541e1dbd7809cba218e3c0c8c4144b (diff) | |
| download | RoughlyEnoughItems-bbf4c43a1ed431c94c2a95e67ea8494a8007cdee.tar.gz RoughlyEnoughItems-bbf4c43a1ed431c94c2a95e67ea8494a8007cdee.tar.bz2 RoughlyEnoughItems-bbf4c43a1ed431c94c2a95e67ea8494a8007cdee.zip | |
Port to 1.21.6 (#1907)
* Port to 1.21.6
* Fix tooltip Z-rendering
* Fix config screen
* Add workflow
Diffstat (limited to 'runtime')
96 files changed, 543 insertions, 1193 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCoreClient.java b/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCoreClient.java index 69275ebc9..107522bc4 100644 --- a/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCoreClient.java +++ b/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCoreClient.java @@ -236,7 +236,7 @@ public class RoughlyEnoughItemsCoreClient { Minecraft client = Minecraft.getInstance(); NetworkManager.registerReceiver(NetworkManager.s2c(), RoughlyEnoughItemsNetwork.CREATE_ITEMS_MESSAGE_PACKET, (buf, context) -> { - |
