Skip to content

Commit

Permalink
Update JEI maven
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon3055 committed Jan 23, 2024
1 parent 5747461 commit 341cd35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ configurations {
repositories {
mavenLocal()
maven { url "https://maven.covers1624.net/" }
maven { url "https://dvs1.progwml6.com/files/maven/" }
maven { url "https://maven.blamejared.com/" }
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ default Rectangle intersect(Rectangle other) {
/**
* Returns a new rectangle, the bounds of which enclose all the input rectangles.
*
* @param rect Starting rectangle
* @param combineWith Rectangles to combine with the start rectangle
*/
default Rectangle combine(Rectangle... combineWith) {
Expand Down

0 comments on commit 341cd35

Please sign in to comment.