Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit 0f8a3d5

Browse files
author
Lumaa
committed
improvements
1 parent f3ac032 commit 0f8a3d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
loader_version=0.14.12
99

1010
# Mod Properties
11-
mod_version = 1.1.2
11+
mod_version = 1.2.0
1212
maven_group = com.lumaa
1313
archives_base_name = libu
1414

src/main/resources/fabric.mod.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,14 @@
3838
"fabric-api": ">=0.70.0",
3939
"minecraft": "=1.19.3",
4040
"java": ">=17"
41+
},
42+
"suggests": {
43+
"modmenu": ">=5.0.0"
44+
},
45+
46+
"custom": {
47+
"modmenu": {
48+
"badges": [ "library" ]
49+
}
4150
}
4251
}

0 commit comments

Comments
 (0)