We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eda8b4 commit 84891d2Copy full SHA for 84891d2
src/main/java/com/dark/zewo2/modules/Magnet.java
@@ -25,8 +25,8 @@ public class Magnet extends Module {
25
private final Setting<Double> range = sgGeneral.add(new DoubleSetting.Builder()
26
.name("range")
27
.description("Range, in which items will be sucked.")
28
- .defaultValue(3.5)
29
- .range(1, 128)
+ .defaultValue(6)
+ .range(1, 10)
30
.sliderRange(1, 10)
31
.build()
32
);
0 commit comments