Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase #2

Merged
merged 38 commits into from
Jul 28, 2024
Merged

Rebase #2

merged 38 commits into from
Jul 28, 2024

Conversation

Ridanisaurus
Copy link
Owner

No description provided.

Mithi83 and others added 30 commits June 30, 2024 21:03
Fixes #7963.

All three use the storagebus.png but differ in the srcRect size. While
storage_bus.json was updated during retexturing, the others were not
leading to:
  - misaligned player inventory
  - missing a 2 pixel wide bottom border area
In ae2wtlib, I want to use the row count for a widget that dynamically
resized based on the amount of rows shown in the terminal. currently I
have to redo a lot of that calculation.
The new textures moved some coordinates around. Since the textures are
reused by the EMI recipe widgets they need to be adapted accordingly.
Fixes the last of #7615
The texture was moved recently but this reference was not updated.
The ItemStack type used in EncodedCraftingPattern provides no hashCode()
function and is thus not usable in hashCode() functions of objects
containing it.

This leads to an effect where a running job using an
EncodedCraftingPattern does not resume after loading the world.
Providing an explicit hashCode() function for EncodedCraftingPattern
solves this problem.

Fix #8006.

---------

Co-authored-by: Sebastian Hartte <[email protected]>
@Ridanisaurus Ridanisaurus merged commit 8ad8c49 into Ridanisaurus:main Jul 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants