Skip to content

Commit 1c218b8

Browse files
committed
Refactor: Fabric mod file
1 parent 7973ce7 commit 1c218b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
val fabricLoaderVersion = property("fabric_loader_version").toString()
2-
val mixinExtrasVersion = property("mixinextras_version").toString()
32
val kotlinVersion = property("kotlin_version").toString()
43
val kotlinxCoroutinesVersion = property("kotlinx_coroutines_version").toString()
54

fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schemaVersion": 1,
3-
"id": "lambda",
3+
"id": "${mod_id}",
44
"version": "${mod_version}",
55
"name": "Lambda",
6-
"description": "",
6+
"description": "${mod_description}",
77
"authors": [
88
"Constructor"
99
],

0 commit comments

Comments
 (0)