-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-example.toml
33 lines (31 loc) · 1.09 KB
/
settings-example.toml
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
# Don't forget to rename it to settings.toml!
game_ver = "1.7.10"
mods_path = "../mods/"
[curseforge]
key = "YOUR_API_KEY"
mods_ids = [
238770, # GalaxySpace
288989, # NGTLib
288988, # RTM
263420, # XaerosMinimap
317780 # XaerosWorldMap
]
[github]
key = "YOUR_API_KEY" # Optional
use_prereleases = true
repos = [
# Author/name,
# Filter: '+'/'-' - must be or not, 'r'/'a' - in releases or assets
# Subfolder: /subfolder_name
["LegacyModdingMC/UniMixins", ["a+all", "a-dev"]],
["GTNewHorizons/CodeChickenCore", ["a-dev", "a-sources"]],
["GTNewHorizons/CodeChickenLib", ["a-dev", "a-sources", "/1.7.10"]],
["KAMKEEL/CustomNPC-Plus", ["a+nomixin"]],
["HbmMods/Hbm-s-Nuclear-Tech-GIT", []],
["GTNewHorizons/inventory-tweaks", ["a-api", "a-dev", "a-sources"]],
["CrucibleMC/NecroTempus", ["a-api", "a-dev", "a-sources"]],
["makamys/Neodymium", ["a+nomixin"]],
["GTNewHorizons/NEI-Integration", ["a-dev", "a-sources"]],
["GTNewHorizons/NotEnoughItems", ["a-dev", "a-sources"]],
["MightyPirates/OpenComputers", ["r+1.7.10", "a+universal"]]
]