Skip to content

Commit

Permalink
disable HideCloakedEntriesFromRecipeViewers by default
Browse files Browse the repository at this point in the history
completely breaks with JEI, and causes other confusing behaviors.
  • Loading branch information
f-raZ0R authored Oct 22, 2024
1 parent 6c8509d commit 28902dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static Config get() {
public static class Config {
public boolean PreventMiningOfUnrevealedBlocks = false;
public boolean UseTargetBlockOrItemNameInsteadOfScatter = false;
public boolean HideCloakedEntriesFromRecipeViewers = true;
public boolean HideCloakedEntriesFromRecipeViewers = false;
public String NameForUnrevealedBlocks = "";
public String NameForUnrevealedItems = "";

Expand Down Expand Up @@ -61,4 +61,4 @@ private void save() {

}

}
}

0 comments on commit 28902dd

Please sign in to comment.