services/minecraft.sh: sync world border default and VT header from latest standalone
- World border default changed from y to n (border is opt-in) - VT share links header updated with pack counts (22 datapacks, 10 crafting tweaks) https://claude.ai/code/session_017WJtGcE5jjerAQCUBWUE3H
This commit is contained in:
@@ -988,8 +988,8 @@ PYEOF
|
|||||||
BORDER_SIZE=$(( PREGEN_RADIUS * 2 ))
|
BORDER_SIZE=$(( PREGEN_RADIUS * 2 ))
|
||||||
echo ""
|
echo ""
|
||||||
local _border=""
|
local _border=""
|
||||||
prompt_yn "Set world border at ${BORDER_SIZE} blocks (2× radius)? (y/n) [y]:" "y" _border
|
prompt_yn "Set world border at ${BORDER_SIZE} blocks (2× radius)? (y/n) [n]:" "n" _border
|
||||||
[[ ${_border:-y} =~ ^[Yy]$ ]] && USE_BORDER=true || USE_BORDER=false
|
[[ ${_border:-n} =~ ^[Yy]$ ]] && USE_BORDER=true || USE_BORDER=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ── Networking ──────────────────────────────────────────────────────────────
|
# ── Networking ──────────────────────────────────────────────────────────────
|
||||||
@@ -1161,9 +1161,9 @@ for v in versions:
|
|||||||
echo ""
|
echo ""
|
||||||
log_info "Vanilla Tweaks — download your selected packs manually:"
|
log_info "Vanilla Tweaks — download your selected packs manually:"
|
||||||
echo ""
|
echo ""
|
||||||
echo " ┌─ Quick start: pre-configured share links (opens VT pre-selected) ─┐"
|
echo " ┌─ Pre-configured selections (opens VT with everything pre-selected) ┐"
|
||||||
echo " │ Datapacks: https://vanillatweaks.net/share#B3QqSd │"
|
echo " │ Datapacks (22): https://vanillatweaks.net/share#B3QqSd │"
|
||||||
echo " │ Crafting tweaks: https://vanillatweaks.net/share#SqzGkO │"
|
echo " │ Crafting tweaks (10): https://vanillatweaks.net/share#SqzGkO │"
|
||||||
echo " └───────────────────────────────────────────────────────────────────-┘"
|
echo " └───────────────────────────────────────────────────────────────────-┘"
|
||||||
echo ""
|
echo ""
|
||||||
echo " Or pick manually — go to https://vanillatweaks.net/picker/datapacks/"
|
echo " Or pick manually — go to https://vanillatweaks.net/picker/datapacks/"
|
||||||
|
|||||||
Reference in New Issue
Block a user