Skip to content

Commit

Permalink
missed commenting this out whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHuman-xD committed Jun 28, 2024
1 parent 656032a commit cfa3c4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public static Screen buildScreen(Screen parent) {
.setSaveConsumer(ModConfig::setBlockFeatures)
.build());

generalCategory.addEntry(entryBuilder.startBooleanToggle(Text.translatable("slimefun_essentials.config.option.custom_guide"), ModConfig.customGuide())
/*generalCategory.addEntry(entryBuilder.startBooleanToggle(Text.translatable("slimefun_essentials.config.option.custom_guide"), ModConfig.customGuide())
.setDefaultValue(true)
.setTooltip(Text.translatable("slimefun_essentials.config.option.custom_guide.tooltip"))
.setRequirement(CompatUtils::isPatchouliLoaded)
.setSaveConsumer(ModConfig::setCustomGuide)
.build());
.build());*/

generalCategory.addEntry(entryBuilder.startBooleanToggle(Text.translatable("slimefun_essentials.config.option.recipe_features"), ModConfig.recipeFeatures())
.setDefaultValue(true)
Expand Down

0 comments on commit cfa3c4a

Please sign in to comment.