This repository has been archived by the owner on Jan 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
modpack.json
65 lines (63 loc) · 1.89 KB
/
modpack.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"version" : "1.2.6",
"paths":{
"development": {
"client": "development/client/",
"server": "development/server/"
}
},
"common": {
"includes": [
"config/",
"contentScripts/",
"customnpcs/",
"mods/",
"permissions/",
"scripts/"
],
"excludes": [
"config/AppliedEnergistics2/recipes/generated/",
"config/AppliedEnergistics2/recipes/README.html",
"config/AppliedEnergistics2/recipes/items.csv",
"config/draconicevolution/resources/",
"config/MapWriter*",
"config/NEI/",
"config/HardcoreEnderExpansion.clientsave.cfg",
"config/INpureProjects/logs/",
"config/cofh/core/friends.cfg",
"config/contenttweaker/ContentTweaker-Resourcepack/",
"config/contenttweaker/resourcepack/",
"config/tabbychat/",
"/customnpcs/playerdata/",
"/customnpcs/assets/customnpcs/textures/cache/",
"mods/carpentersblocks/",
"mods/*.jar.disabled"
]
},
"client": {
"includes": [
"config/CustomMainMenu/",
"config/LaunchGui.cfg",
"mods/custommainmenu-*",
"mods/resourceloader-*",
"mods/tabbychat-*",
"mods/launchgui-client-*",
"mods/fullscreenwindowed-*",
"resources/"
]
},
"server": {
"includes": [
"config/JourneyMapServer/",
"mods/journeymap-*",
"libraries/",
"mc.config",
"minecraft_server.1.7.10.jar",
"server.jar",
"simple-server-launcher.sh"
]
},
"publish": {
"includes": [ "*.md" ]
}
}