Add patches and mod script

This commit is contained in:
2025-10-27 19:34:10 +01:00
committed by Alessandro
parent cfdc2b17b0
commit 79cb5efd57
7 changed files with 2040 additions and 0 deletions

26
scripts/sync-extra-mods.sh Executable file
View 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