Skip to content

Commit

Permalink
oop-
Browse files Browse the repository at this point in the history
  • Loading branch information
moehreag committed Dec 29, 2022
1 parent ab4223e commit da485d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ModMenuScreens(){
BooleanOption disabledExample = new BooleanOption("example_toggle_disabled", true);
disabledExample.setForceOff(true, "example_reason");
example.add(new BooleanOption("example_toggle", false),
new DoubleOption("example_slider", 5D, 0, 10),
new DoubleOption("example_slider", 5D, 0D, 10D),
new EnumOption("example_enum_option", new String[]{"example_enum_option_1", "example_enum_option_2", "example_enum_option_3"}, "example_enum_option_2"),
new ColorOption("example_color", -162555),
new StringOption("example_string", "Example §2String"),
Expand Down

0 comments on commit da485d2

Please sign in to comment.