-
Notifications
You must be signed in to change notification settings - Fork 566
Expand file tree
/
Copy pathfabric.mod.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathfabric.mod.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"schemaVersion": 1,
"id": "fabric-renderer-indigo",
"name": "Fabric Renderer - Indigo",
"version": "${version}",
"environment": "client",
"license": "Apache-2.0",
"icon": "assets/fabric-renderer-indigo/icon.png",
"contact": {
"homepage": "https://fabricmc.net",
"irc": "irc://irc.esper.net:6667/fabric",
"issues": "https://github.com/FabricMC/fabric/issues",
"sources": "https://github.com/FabricMC/fabric"
},
"authors": [
"FabricMC"
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": ">=1.21.5-beta.1",
"fabric-api-base": "*",
"fabric-renderer-api-v1": "*"
},
"description": "Default implementation of the Fabric Renderer API.",
"mixins": [
"fabric-renderer-indigo.mixins.json"
],
"custom": {
"fabric-api:module-lifecycle": "stable"
},
"accessWidener" : "fabric-renderer-indigo.classtweaker",
"entrypoints": {
"fabric-renderer-api-v1:renderer_provider": [
"net.fabricmc.fabric.impl.client.indigo.renderer.IndigoRendererProvider"
]
}
}