Skip to content

Commit

Permalink
make null ow dim setting invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jan 3, 2025
1 parent b54bfe6 commit 9c1332c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/main/java/xaeroplus/settings/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ static void markChunksDirtyInWriteDistance() {
"null OW Dim Dir",
"xaeroplus.setting.null_overworld_dimension_folder",
true,
Globals::setNullOverworldDimFolderIfAble),
Globals::setNullOverworldDimFolderIfAble,
() -> false),
SettingLocation.WORLD_MAP_MAIN);
public final EnumSetting<DataFolderResolutionMode> dataFolderResolutionMode = register(
EnumSetting.create(
Expand Down

0 comments on commit 9c1332c

Please sign in to comment.