Skip to content

Commit

Permalink
v1.2.1 for mc1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
breelock committed Aug 29, 2024
1 parent 6188979 commit c11390f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.16.2
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.16.3

# Mod Properties
mod_version=1.2.1
maven_group=com.breelock.autoclicky
archives_base_name=autoclicky

# Fabric API
fabric_version=0.92.2+1.20.1
fabric_version=0.91.1+1.20.3
2 changes: 1 addition & 1 deletion src/main/java/com/breelock/autoclicky/pages/OldCombat.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected void applyValue() {

@Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
this.renderBackground(context);
this.renderBackground(context, mouseX, mouseY, delta);

// Draw title
context.drawText(this.textRenderer, this.title, (this.width - this.textRenderer.getWidth(this.title)) / 2, this.height / 4 - 50, 16777215, false);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "1.20.1",
"minecraft": "1.20.2",
"java": ">=8",
"fabric": "*"
},
Expand Down

0 comments on commit c11390f

Please sign in to comment.