Skip to content

Commit cb5f77e

Browse files
committed
Improve metadata
1 parent 62d07e6 commit cb5f77e

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
modLoader = "lowcodefml"
22
loaderVersion = "*"
3-
license = "All rights reserved"
3+
license = "MIT"
44

55
[[mods]]
66
modId = "wrench_wrapper"
77
version = "${version}"
88
displayName = "Wrench Wrapper"
99
logoFile = "assets/wrench_wrapper/icon.png"
10-
authors = "Ennui Langeweile"
10+
authors = "Ennui Langeweile, The Quilt Project"
1111
description = """
1212
A handy wrapper for your Quilt Config!
1313
"""
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
modLoader = "javafml"
22
loaderVersion = "*"
3-
license = "All rights reserved"
3+
license = "MIT"
44

55
[[mods]]
66
modId = "wrench_wrapper"
77
version = "${version}"
88
displayName = "Wrench Wrapper"
99
logoFile = "assets/wrench_wrapper/icon.png"
10-
authors = "Ennui Langeweile"
10+
authors = "Ennui Langeweile, The Quilt Project"
1111
description = """
1212
A handy wrapper for your Quilt Config!
1313
"""

src/main/resources/fabric.mod.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
"name": "Wrench Wrapper",
66
"description": "A handy wrapper for your Quilt Config!",
77
"authors": [
8-
"Ennui Langeweile"
8+
"Ennui Langeweile",
9+
"The Quilt Project"
910
],
1011
"contact": {
1112
"issues": "https://github.com/Up-Mods/wrench_wrapper/issues",
1213
"sources": "https://github.com/Up-Mods/wrench_wrapper"
1314
},
14-
"license": "CC0-1.0",
15+
"license": [
16+
"MIT",
17+
"Apache-2.0"
18+
],
1519
"icon": "assets/wrench_wrapper/icon.png",
1620
"environment": "*",
1721
"depends": {

src/main/resources/quilt.mod.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
"name": "Wrench Wrapper",
99
"description": "A handy wrapper for your Quilt Config!",
1010
"contributors": {
11-
"Ennui Langeweile": "Owner"
11+
"Ennui Langeweile": "Wrench Wrapper Developer",
12+
"The Quilt Project": "Authors of Quilt Config"
1213
},
1314
"contact": {
1415
"issues": "https://github.com/Up-Mods/wrench_wrapper/issues",
1516
"sources": "https://github.com/Up-Mods/wrench_wrapper"
1617
},
1718
"icon": "assets/wrench_wrapper/icon.png",
18-
"license": "CC0-1.0"
19+
"license": "MIT"
1920
},
2021
"intermediate_mappings": "net.fabricmc:intermediary",
2122
"load_type": "if_required",

0 commit comments

Comments
 (0)