-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfabric.mod.json
More file actions
35 lines (35 loc) · 1019 Bytes
/
fabric.mod.json
File metadata and controls
35 lines (35 loc) · 1019 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
{
"schemaVersion": 1,
"id": "osl-resource-loader",
"version": "0.6.0-alpha.1+mca1.2.2-mc11w48a",
"environment": "client",
"entrypoints": {
"init": [
"net.ornithemc.osl.resource.loader.impl.ResourceLoader"
],
"client-init": [
"net.ornithemc.osl.resource.loader.impl.ResourceLoader"
]
},
"mixins": [
"osl.resource-loader.mixins.json"
],
"depends": {
"fabricloader": "\u003e\u003d0.17.3",
"minecraft": "\u003e\u003d1.0.0-alpha.2.2 \u003c\u003d1.1-alpha.11.48.a",
"osl-core": "\u003e\u003d0.7.0-",
"osl-entrypoints": "\u003e\u003d0.5.0-",
"osl-lifecycle-events": "\u003e\u003d0.6.0-"
},
"name": "OSL Resource Loader",
"description": "Resource loading API and events.",
"authors": [
"OrnitheMC"
],
"contact": {
"homepage": "https://ornithemc.net/",
"issues": "https://github.com/OrnitheMC/ornithe-standard-libraries/issues",
"sources": "https://github.com/OrnitheMC/ornithe-standard-libraries"
},
"license": "Apache-2.0"
}