From ae7b887b226c2137114b0422aca3a12905698fcd Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Jun 2026 02:27:36 +0000 Subject: [PATCH] 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 --- services/minecraft.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/minecraft.sh b/services/minecraft.sh index 42c003b..6236549 100644 --- a/services/minecraft.sh +++ b/services/minecraft.sh @@ -988,8 +988,8 @@ PYEOF BORDER_SIZE=$(( PREGEN_RADIUS * 2 )) echo "" local _border="" - prompt_yn "Set world border at ${BORDER_SIZE} blocks (2× radius)? (y/n) [y]:" "y" _border - [[ ${_border:-y} =~ ^[Yy]$ ]] && USE_BORDER=true || USE_BORDER=false + prompt_yn "Set world border at ${BORDER_SIZE} blocks (2× radius)? (y/n) [n]:" "n" _border + [[ ${_border:-n} =~ ^[Yy]$ ]] && USE_BORDER=true || USE_BORDER=false fi # ── Networking ────────────────────────────────────────────────────────────── @@ -1161,9 +1161,9 @@ for v in versions: echo "" log_info "Vanilla Tweaks — download your selected packs manually:" echo "" - echo " ┌─ Quick start: pre-configured share links (opens VT pre-selected) ─┐" - echo " │ Datapacks: https://vanillatweaks.net/share#B3QqSd │" - echo " │ Crafting tweaks: https://vanillatweaks.net/share#SqzGkO │" + echo " ┌─ Pre-configured selections (opens VT with everything pre-selected) ┐" + echo " │ Datapacks (22): https://vanillatweaks.net/share#B3QqSd │" + echo " │ Crafting tweaks (10): https://vanillatweaks.net/share#SqzGkO │" echo " └───────────────────────────────────────────────────────────────────-┘" echo "" echo " Or pick manually — go to https://vanillatweaks.net/picker/datapacks/"