-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathfabric.mod.json
More file actions
39 lines (35 loc) · 901 Bytes
/
fabric.mod.json
File metadata and controls
39 lines (35 loc) · 901 Bytes
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
{
"schemaVersion": 1,
"id": "borderlessmining",
"version": "${version}",
"name": "Borderless Mining",
"description": "Adds a windowed borderless (fullscreen) option",
"authors": [
"comp500"
],
"contact": {
"homepage": "https://github.com/comp500/BorderlessMining",
"sources": "https://github.com/comp500/BorderlessMining",
"issues": "https://github.com/comp500/BorderlessMining/issues"
},
"license": "MIT",
"icon": "assets/borderlessmining/icon.png",
"environment": "client",
"entrypoints": {
"modmenu" : [
"link.infra.borderlessmining.config.ModMenuCompat"
]
},
"mixins": [
{
"config": "borderlessmining.mixins.json",
"environment": "client"
}
],
"accessWidener": "borderlessmining.accesswidener",
"depends": {
"fabricloader": ">=0.7.2",
"fabric-resource-loader-v0": "*",
"minecraft": "1.21"
}
}