From 2c3adfb4510f442fda9abd44fbec7a3ff885f82e Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sat, 2 May 2020 13:05:05 -0500 Subject: [PATCH] Change parchment default to #C09A53 --- DynmapCore/src/main/resources/lightings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DynmapCore/src/main/resources/lightings.txt b/DynmapCore/src/main/resources/lightings.txt index 6ea92158..b149594b 100644 --- a/DynmapCore/src/main/resources/lightings.txt +++ b/DynmapCore/src/main/resources/lightings.txt @@ -91,13 +91,13 @@ lightings: name: parchment shadowstrength: 1.0 grayscale: true - graytone: '#ECE999' + graytone: '#C09A53' smooth-lighting: true # No shadows day mode - grayscale parchment - class: org.dynmap.hdmap.ShadowHDLighting name: parchment-noshadow grayscale: true - graytone: '#ECE999' + graytone: '#C09A53' shadowstrength: 0.0 \ No newline at end of file