-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmods.include
More file actions
64 lines (58 loc) · 3.24 KB
/
Copy pathmods.include
File metadata and controls
64 lines (58 loc) · 3.24 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
56
57
58
59
60
61
62
63
64
# This file contains a list of mods to add to the base pack.
# Each mod to be added is specified on its own line and can be given as a curseforge
# URL, Mod ID, or name, though specifying a name may result in prompts if the name cannot
# resolve exactly, preventing unattended builds. If you receive an error stating "addon not
# found" during the build process, try using a Project/Mod ID or curseforge file ID instead.
#
# You may freely add comment and blank lines anywhere in the file. Comments are lines that
# start with a '#' sign
#
# URL Format: Entire URL (incl. protocol) on single line
# A URL to the mod's curseforge page installs the latest for the MC version.
# A URL to a specific version download will install that specific version.
# If you get a prompt for a specific mod when using a project URL, specify the direct download
# URL instead to avoid the prompt.
#
# Project ID Format: On a new line, add the value "--addon-id <Project/Mod ID>", replacing the
# <Project/Mod ID> with the ID of the Mod you wish to add. Typically used if URL or name doesn't work.
#
# File ID Format: On a new line, add "--file-id <FileID>", replacing <FileID> with the specific curse
# file ID of the mod to download (usually the numbers at the end of a file donwload link). This installs A
# specific version of the mod.
#
# Name Format: On a new line, enter the name of the mod as similar to the official project name as possible.
# If the name has a space in it, surround the name with quotes. This is generally the least reliable method,
# but it is convenient and very readable.
#
# The order you specify the mods in is the order they will be installed. If a mod has dependencies
# that are not yet installed, you will be prompted for them. To avoid the prompt and allow unattended builds,
# Add the dependecy mods before the mod(s) that require that dependency.
#
# After adding to this file, run the build script as follows: (the -u parameter is optional
# if no .exclude file was also edited)
#
# build/buildPack.sh
#
# If a mod was removed form this file, include the -u flag as follows:
#
# build/buildPack.sh -u
# Abnormals core v3.1.1 - Is a dependency and need this specific version
https://www.curseforge.com/minecraft/mc-mods/abnormals-core/download/3233486
https://www.curseforge.com/minecraft/mc-mods/variant16x
https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings
https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
https://www.curseforge.com/minecraft/mc-mods/quark-o-plenty
https://www.curseforge.com/minecraft/mc-mods/variant16x-biomesoplenty
https://www.curseforge.com/minecraft/mc-mods/serene-seasons
https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer
https://www.curseforge.com/minecraft/mc-mods/yungs-api
https://www.curseforge.com/minecraft/mc-mods/yungs-better-mineshafts-forge
https://www.curseforge.com/minecraft/mc-mods/yungs-better-caves
https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
https://www.curseforge.com/minecraft/mc-mods/spiders-2-0
# YUNG's Better Dungeons - URL reference does not seem to work
--addon-id 510089
# YUNG's Extras - URL Reference only works for specific version link
--addon-id 480006
# YUNG's Better Strongholds - URL reference only works when explicitly specifying specific file
--addon-id 465575