We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7973ce7 commit 1c218b8Copy full SHA for 1c218b8
common/build.gradle.kts
@@ -1,5 +1,4 @@
1
val fabricLoaderVersion = property("fabric_loader_version").toString()
2
-val mixinExtrasVersion = property("mixinextras_version").toString()
3
val kotlinVersion = property("kotlin_version").toString()
4
val kotlinxCoroutinesVersion = property("kotlinx_coroutines_version").toString()
5
fabric/src/main/resources/fabric.mod.json
@@ -1,9 +1,9 @@
{
"schemaVersion": 1,
- "id": "lambda",
+ "id": "${mod_id}",
"version": "${mod_version}",
"name": "Lambda",
6
- "description": "",
+ "description": "${mod_description}",
7
"authors": [
8
"Constructor"
9
],
0 commit comments