From 9193b66cdd462c365156c440785106a01d5c2e1f Mon Sep 17 00:00:00 2001 From: "Gijs \"Gyzie\" Oortgiese" <8080706+Gyzie@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:06:01 +0200 Subject: [PATCH] Clarified overlay transparency instructions (#1619) --- docs/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index bda4af3..f64a52d 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -594,6 +594,12 @@ Rendering called "night". You want to create a Biome Overlay to be displayed on top of the "day" render. Your config file might look like this: + .. note:: + + When 'overlay' is used the ``imgformat`` must be set to a transparent image + format like ``"png"``. Otherwise the overlay is rendered without transparency + and the render underneath will not show. + :: outputdir = "output_dir"