Skip to content

Commit

Permalink
Add dictionary words to the default book keywords (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jul 1, 2018
1 parent e5c2864 commit 2a15312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/knightminer/inspirations/common/Config.java
Expand Up @@ -46,13 +46,19 @@ public class Config {
public static boolean enableBookshelf = true;
public static boolean enableColoredBooks = true;
private static String[] bookKeywords = {
"almanac",
"atlas",
"book",
"catalogue",
"concordance",
"dictionary",
"directory",
"encyclopedia",
"guide",
"journal",
"lexicon",
"manual",
"thesaurus",
"tome"
};
private static String[] bookOverrides = {
Expand Down

0 comments on commit 2a15312

Please sign in to comment.