Skip to content

Commit

Permalink
Merge pull request #139 from FTBTeam/1.20.1/dev
Browse files Browse the repository at this point in the history
1.20.1/dev
  • Loading branch information
desht authored Dec 23, 2024
2 parents 97cf576 + 1c29ad7 commit e2b47c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,20 @@ public PixelBuffer createPixelBuffer() {
return null;
}

@Override
public int hashCode() {
return 0;
}

@Override
public boolean equals(Object o) {
return o == this;
}

@Override
public String toString() {
return ""; // see Icon.isNone()
}
};

static {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=false
mod_id=ftblibrary
archives_base_name=ftb-library
maven_group=dev.ftb.mods
mod_version=2001.2.6
mod_version=2001.2.7
mod_author=FTB Team
minecraft_version=1.20.1
architectury_version=9.0.8
Expand Down

0 comments on commit e2b47c8

Please sign in to comment.