blrur fikz

547d59d1fb
This commit is contained in:
Cloudburst
2021-06-19 18:18:50 +02:00
committed by GitHub
parent 755fda18b5
commit 7d5b4cce8a

View File

@@ -68,15 +68,6 @@ public class MeteorRoundedGuiTheme extends GuiTheme {
.build()
);
public final Setting<Integer> blur = sgGeneral.add(new IntSetting.Builder()
.name("blur")
.description("How much blur to apply behind the GUI.")
.defaultValue(0)
.min(0)
.sliderMax(6)
.build()
);
public final Setting<Boolean> hideHUD = sgGeneral.add(new BoolSetting.Builder()
.name("hide-HUD")
.description("Hide HUD when in GUI.")
@@ -307,11 +298,6 @@ public class MeteorRoundedGuiTheme extends GuiTheme {
return categoryIcons.get();
}
@Override
public int blur() {
return blur.get();
}
@Override
public boolean hideHUD() {
return hideHUD.get();