Skip to content

Commit 9748d07

Browse files
set bedrock background for bedrockIfy settings.
1 parent 0e254a6 commit 9748d07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/me/juancarloscp52/bedrockify/client/gui/SettingsGUI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import net.minecraft.text.StringVisitable;
1515
import net.minecraft.text.Style;
1616
import net.minecraft.text.Text;
17+
import net.minecraft.util.Identifier;
1718
import net.minecraft.util.math.MathHelper;
1819

1920
import java.util.List;
@@ -32,6 +33,7 @@ public Screen getConfigScreen(Screen parent, boolean isTransparent){
3233
MixinFeatureManager.saveMixinSettings();
3334
});
3435

36+
builder.setDefaultBackgroundTexture(new Identifier("minecraft:textures/block/bedrock.png"));
3537
// Create Categories
3638
ConfigCategory gameplay = builder.getOrCreateCategory(Text.translatable("bedrockify.options.categories.gameplay"));
3739
ConfigCategory gui = builder.getOrCreateCategory(Text.translatable("bedrockify.options.categories.gui"));

0 commit comments

Comments
 (0)