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 3750db0 commit 1100e84Copy full SHA for 1100e84
gradle.properties
@@ -8,7 +8,7 @@ org.gradle.configuration-cache=false
8
# Mod properties
9
mod.name=LightConfig
10
mod.id=lightconfig
11
-mod.version=1.0-alpha.7
+mod.version=1.0-alpha.8
12
mod.group=org.visuals.legacy
13
mod.description=A config library.
14
mod.source=https://github.com/Legacy-Visuals-Project/LightConfig
src/main/resources/fabric.mod.json
@@ -27,6 +27,7 @@
27
"modmenu.modrinth": "${modrinth}",
28
"modmenu.curseforge": "${curseforge}"
29
},
30
+ "badges": [ "library" ],
31
"update_checker": true
32
}
33
0 commit comments