Skip to content

Commit

Permalink
feat: port to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jul 29, 2022
1 parent 5471afe commit 74b323a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Changed

- Ported to the latest version of forge
- Ported to 1.19.1


6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.daemon=false
minecraft_version=1.19
forge_version=41.1.0
version=3.14.3
minecraft_version=1.19.1
forge_version=42.0.1
version=3.15.0
jei_version=11.1.0.235
Empty file modified gradlew
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private void renderParts(PoseStack matrices, int mouseX, int mouseY, float parti
int l = getTop() + 4 - (int) getScrollAmount();
renderHeader(matrices, k, l, tessellator);

renderList(matrices, k, l, mouseX, mouseY, partialTicks);
renderList(matrices, k, l, partialTicks);
RenderSystem.disableDepthTest();

int j1 = getMaxScroll();
Expand Down

0 comments on commit 74b323a

Please sign in to comment.