From 15e735c166dd5dab7daa81b67da1e7308383b0aa Mon Sep 17 00:00:00 2001 From: TechnicJelle <22576047+TechnicJelle@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:16:45 +0100 Subject: [PATCH] Extremely minor spelling fix --- .../main/resources/de/bluecolored/bluemap/config/maps/map.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf b/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf index 67f566ed5..3b97dfb68 100644 --- a/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf +++ b/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf @@ -147,7 +147,7 @@ enable-hires: true # Default is "file" storage: "file" -# Normally BlueMap detects if a chunk has not yet generated it's light data and omits rendering those chunks. +# Normally BlueMap detects if a chunk has not yet generated its light data and omits rendering those chunks. # If this is set to true BlueMap will render Chunks even if there is no light data! # This can be useful for example if some mod prevents light data from being saved correctly. # However, this also has a few drawbacks: