-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquilt.mod.json
More file actions
29 lines (29 loc) · 761 Bytes
/
Copy pathquilt.mod.json
File metadata and controls
29 lines (29 loc) · 761 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
{
"schema_version": 1,
"quilt_loader": {
"group": "com.modrinth",
"id": "compact_diamonds",
"version": "1.0.0",
"metadata": {
"name": "Compact Diamonds",
"description": "No need to carry too many shulkers because you happen to be too rich. Just pack them together into a Compact Block of Diamond.",
"contributors": {
"Nobodyasidentity": "Author"
},
"icon": "pack.png"
},
"intermediate_mappings": "net.fabricmc:intermediary",
"depends": [
{
"id": "quilt_resource_loader",
"versions": "*",
"unless": "fabric-resource-loader-v0"
}
]
},
"modmenu": {
"links": {
"modmenu.modrinth": "https://modrinth.com/datapack/compact-diamonds"
}
}
}