mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
38 lines
736 B
TOML
38 lines
736 B
TOML
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" |