-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathfabric.mod.json
More file actions
55 lines (51 loc) · 1.59 KB
/
fabric.mod.json
File metadata and controls
55 lines (51 loc) · 1.59 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"schemaVersion": 1,
"id": "stationapi",
"version": "${version}",
"name": "Station API",
"description": "A general use API for Fabric Loader mods on legacy Minecraft versions.",
"authors": [
"Modification Station"
],
"contact": {
"homepage": "https://glass-launcher.net/repo/mod/stationapi",
"sources": "https://github.com/ModificationStation/StationAPI",
"issues": "https://github.com/ModificationStation/StationAPI/issues"
},
"license": "MIT",
"icon": "assets/stationapi/icon.png",
"environment": "*",
"depends": {
"java": ">=21",
"fabricloader": "*",
"minecraft": "1.0.0-beta.7.3",
"station-api-configuration": "*",
"station-registry-api-v0": "*",
"station-world-events-v0": "*",
"station-biome-events-v0": "*",
"station-recipes-v0": "*",
"station-items-v0": "*",
"station-blocks-v0": "*",
"station-blockentities-v0": "*",
"station-entities-v0": "*",
"station-networking-v0": "*",
"station-blockitems-v0": "*",
"station-container-api-v0": "*",
"station-player-api-v0": "*",
"station-armor-api-v0": "*",
"station-localization-api-v0": "*",
"station-achievements-v0": "*",
"station-keybindings-v0": "*",
"station-renderer-api-v0": "*",
"station-audio-loader-v0": "*",
"station-lifecycle-events-v0": "*",
"station-vanilla-checker-v0": "*",
"station-templates-v0": "*",
"station-registry-sync-v0": "*",
"station-dimensions-v0": "*",
"station-tools-api-v1": "*",
"station-flattening-v0": "*",
"station-renderer-arsenic": "*",
"station-effects-api-v0": "*"
}
}