@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user