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