Skip to content

Commit

Permalink
Merge pull request #78 from denzuko-forked/patch-1
Browse files Browse the repository at this point in the history
(bugfix) AkashicTome ignores Theurgy's guidebook.
  • Loading branch information
Vazkii authored Feb 2, 2024
2 parents ee361ae + 17558dd commit c19f3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/vazkii/akashictome/ConfigHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public ConfigHandler(ForgeConfigSpec.Builder builder) {
"tconstruct:mighty_smelting",
"tconstruct:tinkers_gadgetry",
"tconstruct:fantastic_foundry",
"tetra:holo"),
validator);
"tetra:holo",
"occultism:dictionary_of_spirits"), validator);

whitelistedNames = builder.defineList("Whitelisted Names",
Lists.newArrayList("book",
Expand Down

0 comments on commit c19f3d9

Please sign in to comment.