Skip to content

Commit

Permalink
Update mod to Minecraft snapshot 23w42a (#665)
Browse files Browse the repository at this point in the history
- Updated to 23w42a
  • Loading branch information
haykam821 authored Oct 18, 2023
1 parent 3f22e43 commit dbc4a23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=modmenu

minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
fabric_version=0.89.2+1.20.2
minecraft_version=23w42a
yarn_mappings=23w42a+build.1
loader_version=0.14.23
fabric_version=0.90.3+1.20.3
quilt_loader_version=0.17.7

# Project Metadata
Expand All @@ -20,7 +20,7 @@ default_release_type=stable
# Modrinth Metadata
modrinth_slug=modmenu
modrinth_id=mOgUt4GM
modrinth_game_versions=1.20.2
modrinth_game_versions=23w42a
modrinth_mod_loaders=fabric, quilt

# Mod Loader Metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ public boolean mouseClicked(double double_1, double double_2, int int_1) {
this.setDragging(true);
return true;
}
} else if (int_1 == 0) {
this.clickedHeader((int) (double_1 - (double) (this.left + this.width / 2 - this.getRowWidth() / 2)), (int) (double_2 - (double) this.top) + (int) this.getScrollAmount() - 4);
} else if (int_1 == 0 && this.clickedHeader((int) (double_1 - (double) (this.left + this.width / 2 - this.getRowWidth() / 2)), (int) (double_2 - (double) this.top) + (int) this.getScrollAmount() - 4)) {
return true;
}

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"fabric-screen-api-v1": ">=1.0.4",
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*",
"fabricloader": ">=0.12.13",
"minecraft": ">=1.20.2-"
"fabricloader": ">=0.12.23",
"minecraft": ">=1.20.3-"
},
"breaks" : {
"better_mod_button": "*"
Expand Down

0 comments on commit dbc4a23

Please sign in to comment.