-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathfabric.mod.json
44 lines (44 loc) · 1021 Bytes
/
fabric.mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"schemaVersion": 1,
"id": "huskhomes",
"version": "${version}",
"name": "HuskHomes",
"icon": "assets/huskhomes/icon.png",
"description": "${description}",
"authors": [
{
"name": "William278",
"contact": {
"sources": "https://github.com/WiIIiam278/",
"homepage": "https://william278.net/"
}
}
],
"license": "Apache-2.0",
"contact": {
"homepage": "https://william278.net/project/huskhomes/",
"repo": "https://github.com/WiIIiam278/HuskHomes",
"issues": "https://github.com/WiIIiam278/HuskHomes/issues"
},
"environment": "server",
"entrypoints": {
"server": [
"net.william278.huskhomes.FabricHuskHomes"
]
},
"depends": {
"fabricloader": ">=${fabric_loader_version}",
"minecraft": "${fabric_minecraft_version}",
"fabric-api": "*"
},
"suggests": {
"bluemap": ">=3.13",
"dynmap": ">=3.6",
"pl3xmap": "*",
"luckperms": ">=5.4",
"plan": ">=5.5"
},
"custom": {
"modmenu:api": true
}
}