From d3960462494bbb881ca8ba18b2e0b23217c4d010 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 4 Aug 2013 18:07:36 -0500 Subject: [PATCH] Add block-id-alias setting --- src/main/resources/configuration.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 50373316..8d651795 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -216,6 +216,13 @@ enabletilehash: true # Optional - enable smooth lighting by default on all maps supporting it (can be set per map as lighting option) smooth-lighting: true +# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# blocks (e.g. make ores look like stone, hide chests) or to provide simple support for rendering unsupported custom blocks +block-id-alias: +# "14": 1 +# "15": 1 +# "16": 1 + # Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100) # Has no effect on maps with explicit format settings image-format: png