Skip to content

Commit 9d27074

Browse files
authored
Update fabric.mod.json
1 parent b4961fb commit 9d27074

File tree

1 file changed

+60
-51
lines changed

1 file changed

+60
-51
lines changed

src/main/resources/fabric.mod.json

Lines changed: 60 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,62 @@
11
{
2-
"schemaVersion": 1,
3-
"id": "thaumaturge",
4-
"version": "${version}",
5-
"name": "Thaumaturge",
6-
"description": "This is an example description! Tell everyone what your mod is about!",
7-
"authors": [
8-
"Overgrown"
9-
],
10-
"contact": {
11-
"homepage": "",
12-
"sources": "https://github.com/0vergrown/Thaumaturge"
13-
},
14-
"license": "Overgrown-Custom-License-v1.0",
15-
"icon": "assets/thaumaturge/icon.png",
16-
"environment": "*",
17-
"entrypoints": {
18-
"main": [
19-
"dev.overgrown.thaumaturge.Thaumaturge"
20-
],
21-
"fabric-datagen": [
22-
"dev.overgrown.thaumaturge.ThaumaturgeDataGenerator"
23-
],
24-
"client": [
25-
"dev.overgrown.thaumaturge.ThaumaturgeClient"
26-
],
27-
"modmenu": [
28-
"dev.overgrown.thaumaturge.compat.modmenu.ModMenuCompat"
29-
]
30-
},
31-
"mixins": [
32-
"thaumaturge.mixins.json"
33-
],
34-
"depends": {
35-
"fabricloader": ">=0.16.14",
36-
"minecraft": "~1.21.7",
37-
"java": ">=21",
38-
"fabric-api": "*"
39-
},
40-
"suggests": {
41-
"modmenu": "*"
42-
},
43-
"custom": {
44-
"modmenu": {
45-
"links": {
46-
"modmenu.issues": "https://github.com/0vergrown/Thaumaturge/issues",
47-
"modmenu.discord": "https://discord.gg/YOUR_INVITE_CODE"
48-
},
49-
"update_checker": true,
50-
"badges": []
51-
}
52-
}
2+
"schemaVersion":1,
3+
"id":"thaumaturge",
4+
"version":"${version}",
5+
"name":"Thaumaturge",
6+
"description":"This is an example description! Tell everyone what your mod is about!",
7+
"authors":[
8+
"Overgrown"
9+
],
10+
"contributors":[
11+
"thatrobin3001",
12+
"electrictaco",
13+
"Nitgo",
14+
"Eggohito",
15+
"Lucas Bandermann"
16+
],
17+
"contact":{
18+
"homepage":"",
19+
"sources":"https://github.com/0vergrown/Thaumaturge"
20+
},
21+
"license":"Overgrown-Custom-License-v1.0",
22+
"icon":"assets/thaumaturge/icon.png",
23+
"environment":"*",
24+
"entrypoints":{
25+
"main":[
26+
"dev.overgrown.thaumaturge.Thaumaturge"
27+
],
28+
"fabric-datagen":[
29+
"dev.overgrown.thaumaturge.ThaumaturgeDataGenerator"
30+
],
31+
"client":[
32+
"dev.overgrown.thaumaturge.ThaumaturgeClient"
33+
],
34+
"modmenu":[
35+
"dev.overgrown.thaumaturge.compat.modmenu.ModMenuCompat"
36+
]
37+
},
38+
"mixins":[
39+
"thaumaturge.mixins.json"
40+
],
41+
"depends":{
42+
"fabricloader":">=0.16.14",
43+
"minecraft":"~1.21.7",
44+
"java":">=21",
45+
"fabric-api":"*"
46+
},
47+
"suggests":{
48+
"modmenu":"*"
49+
},
50+
"custom":{
51+
"modmenu":{
52+
"links":{
53+
"modmenu.issues":"https://github.com/0vergrown/Thaumaturge/issues",
54+
"modmenu.discord":"https://discord.gg/YOUR_INVITE_CODE"
55+
},
56+
"update_checker":true,
57+
"badges":[
58+
59+
]
60+
}
61+
}
5362
}

0 commit comments

Comments
 (0)