Skip to content

Commit

Permalink
chore: expand access to category provider id
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 16, 2024
1 parent 6ef5227 commit f296dc1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@ protected String categoryDescription() {
* Implement this and return the desired id for the category.
*/

protected abstract String categoryId();
public abstract String categoryId();
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected BookIconModel categoryIcon() {
}

@Override
protected String categoryId() {
public String categoryId() {
return ID;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected BookIconModel categoryIcon() {
}

@Override
protected String categoryId() {
public String categoryId() {
return ID;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected BookIconModel categoryIcon() {
}

@Override
protected String categoryId() {
public String categoryId() {
return ID;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected BookIconModel categoryIcon() {
}

@Override
protected String categoryId() {
public String categoryId() {
return ID;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected BookIconModel categoryIcon() {
}

@Override
protected String categoryId() {
public String categoryId() {
return ID;
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ group=com.klikli_dev
mod_id=modonomicon
mod_name=Modonomicon
mod_license=MIT AND CC-BY-4.0
mod_version=1.73.3
mod_version=1.78.1
mod_authors=Kli Kli
mod_description=Data-driven minecraft in-game documentation with progress visualization.

Expand Down

0 comments on commit f296dc1

Please sign in to comment.