9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 18:09:17 +00:00

[ci skip] cleanup

This commit is contained in:
Dreeam
2025-01-21 07:14:02 -05:00
parent bc87c65880
commit ffd718f6bf
14 changed files with 683 additions and 127 deletions

View File

@@ -9,7 +9,7 @@ public class ConfigurableMaxUseItemDistance extends ConfigModules {
return EnumConfigCategory.GAMEPLAY.getBaseKeyName() + ".player";
}
public static double maxUseItemDistance = 1.0000001D;
public static double maxUseItemDistance = 1.0000001;
@Override
public void onLoaded() {