modLoader = "javafml" loaderVersion = "[2,)" #issueTrackerURL = "" license = "MIT License" [[mods]] modId = "blur" version = "${version}" displayName = "Blur+" logoFile = "blur.png" authors = "Motschen, tterrag1098, Pyrofab, backryun, byquanton" description = ''' Various enhancements for the blur effect behind Minecraft GUIs ''' [[mixins]] config = "blur.mixins.json" [[dependencies.blur]] modId = "neoforge" mandatory = true versionRange = "[21.0,)" ordering = "NONE" side = "CLIENT" [[dependencies.blur]] modId = "minecraft" mandatory = true versionRange = "[1.21,1.21.1]" ordering = "NONE" side = "CLIENT" [[dependencies.blur]] modId = "midnightlib" mandatory = true versionRange = "[1.7.5,)" ordering = "NONE" side = "CLIENT"