feat: use MidnightLib's new widget API for radius slider

This commit is contained in:
Martin Prokoph
2025-05-14 10:14:01 +02:00
parent 97c3a1c2ac
commit 5e4f4abd3b
9 changed files with 79 additions and 70 deletions

View File

@@ -28,4 +28,11 @@ modId = "minecraft"
mandatory = true
versionRange = "[1.21.2,)"
ordering = "NONE"
side = "CLIENT"
[[dependencies.blur]]
modId = "midnightlib"
mandatory = true
versionRange = "[1.7.3,)"
ordering = "NONE"
side = "CLIENT"