-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathfabric.mod.json
39 lines (39 loc) · 951 Bytes
/
fabric.mod.json
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": "fsee",
"version": "1.6a",
"name": "FokaStudio's Ender Expansion",
"description": "Harder End, new biomes, items and more!",
"authors": [
"FokaStudio (Code)",
"DuskAdler (Art)",
"YaGirlGiulles_ (Art)",
"IEatPotatoes_ (Art & Structures)",
"MidasDaEpik (Structures)",
"RaiderRoss (Structures)",
"Hex (Former Author)"
],
"contact": {
"homepage": "https://fokastudio.github.io/FSEE",
"sources": "https://github.com/FokaStudio/FSEE",
"issues": "https://discord.gg/J6guYAySN"
},
"license": "All Rights Reserved",
"icon": "pack.png",
"environment": "*",
"entrypoints": {},
"mixins": [],
"depends": {
"fabricloader": ">=0.12.7",
"fabric-api-base": "*",
"minecraft": ">=1.19"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/J6guYAySN8",
"PlanetMinecraft": "https://www.planetminecraft.com/data-pack/fokastudio-s-ender-expansion/"
}
}
}
}