From 28875286ea0d167ca47c4f15e1314a1d74426db9 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sat, 16 May 2020 17:30:59 -0500 Subject: [PATCH] Add parchmentbw for no shadow b/w render lighting --- DynmapCore/src/main/resources/lightings.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DynmapCore/src/main/resources/lightings.txt b/DynmapCore/src/main/resources/lightings.txt index fc4af5c3..c1dc379b 100644 --- a/DynmapCore/src/main/resources/lightings.txt +++ b/DynmapCore/src/main/resources/lightings.txt @@ -139,4 +139,11 @@ lightings: graytone: '#C09A53' graytonedark: '#400000' smooth-lighting: true + # Shadows disabled - black and white parchment, brown ink + - class: org.dynmap.hdmap.DefaultHDLighting + name: parchmentbw + blackandwhite: true + blackthreshold: 64 + graytone: '#C09A53' + graytonedark: '#400000' \ No newline at end of file