Add patches and mod script
This commit is contained in:
26
scripts/sync-extra-mods.sh
Executable file
26
scripts/sync-extra-mods.sh
Executable file
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Extremely simple helper: add the local tweaks via Pakku.
|
||||
PAKKU_JAR="$(dirname "$0")/../pakku.jar"
|
||||
|
||||
mods=(
|
||||
auroras
|
||||
blaze-map
|
||||
caelum
|
||||
cartography
|
||||
clumps
|
||||
crash-assistant
|
||||
crash-utilities
|
||||
cupboard
|
||||
headlight
|
||||
precision-prospecting
|
||||
smooth-chunk-save
|
||||
tfc-caelum
|
||||
tfc-volcanoes
|
||||
zume
|
||||
)
|
||||
|
||||
java -jar "$PAKKU_JAR" add ${mods[*]} -y
|
||||
|
||||
java -jar "$PAKKU_JAR" add prj --mr distanthorizons --cf distant-horizons -y
|
||||
|
||||
Reference in New Issue
Block a user