From 9985a72494816c8e4547fd7ea78aea74af424a1b Mon Sep 17 00:00:00 2001 From: Pupyrinth Date: Sun, 19 Oct 2025 04:07:11 +0200 Subject: [PATCH] [8.0.0] Disabled waystones on bluemap --- .gitignore | 4 ++-- .packwizignore | 4 ++-- config/waystones-common.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b80ed4c..b8f2364 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,5 @@ # Dependency directories (remove the comment below to include it) # vendor/ -Eternal.zip -Eternal-*.mrpack +Chronolock.zip +Chronolock-*.mrpack diff --git a/.packwizignore b/.packwizignore index 46d0985..4148cfb 100644 --- a/.packwizignore +++ b/.packwizignore @@ -7,6 +7,6 @@ CNAME CHANGELOG.md CHECKLIST.md roadmap.md -Eternal.zip -Eternal-*.mrpack +Chronolock.zip +Chronolock-*.mrpack PACK_CONTENT.md diff --git a/config/waystones-common.toml b/config/waystones-common.toml index fb6f787..2a72223 100644 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -74,6 +74,6 @@ #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed preferJourneyMapIntegrationMod = true #If enabled, Waystones will add markers for waystones and sharestones to BlueMap. - blueMap = true + blueMap = false #If enabled, Waystones will add markers for waystones and sharestones to Dynmap. - dynmap = true + dynmap = false