From 6efaa8187bac17943903acf541716f8a89a781d3 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sat, 27 Jun 2020 17:59:53 -0500 Subject: [PATCH] Update configuration.txt for block-alias example --- forge-1.10.2/src/main/resources/configuration.txt | 9 ++++----- forge-1.11.2/src/main/resources/configuration.txt | 9 ++++----- forge-1.12.2/src/main/resources/configuration.txt | 9 ++++----- forge-1.13.2/src/main/resources/configuration.txt | 9 ++++----- forge-1.14.4/src/main/resources/configuration.txt | 9 ++++----- forge-1.15.2/src/main/resources/configuration.txt | 9 ++++----- forge-1.8.9/src/main/resources/configuration.txt | 9 ++++----- forge-1.9.4/src/main/resources/configuration.txt | 9 ++++----- spigot/src/main/resources/configuration.txt | 9 ++++----- 9 files changed, 36 insertions(+), 45 deletions(-) diff --git a/forge-1.10.2/src/main/resources/configuration.txt b/forge-1.10.2/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.10.2/src/main/resources/configuration.txt +++ b/forge-1.10.2/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.11.2/src/main/resources/configuration.txt b/forge-1.11.2/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.11.2/src/main/resources/configuration.txt +++ b/forge-1.11.2/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.12.2/src/main/resources/configuration.txt b/forge-1.12.2/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.12.2/src/main/resources/configuration.txt +++ b/forge-1.12.2/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.13.2/src/main/resources/configuration.txt b/forge-1.13.2/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.13.2/src/main/resources/configuration.txt +++ b/forge-1.13.2/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.14.4/src/main/resources/configuration.txt b/forge-1.14.4/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.14.4/src/main/resources/configuration.txt +++ b/forge-1.14.4/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.15.2/src/main/resources/configuration.txt b/forge-1.15.2/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.15.2/src/main/resources/configuration.txt +++ b/forge-1.15.2/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.8.9/src/main/resources/configuration.txt b/forge-1.8.9/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.8.9/src/main/resources/configuration.txt +++ b/forge-1.8.9/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/forge-1.9.4/src/main/resources/configuration.txt b/forge-1.9.4/src/main/resources/configuration.txt index c3773f15..c66a91f3 100644 --- a/forge-1.9.4/src/main/resources/configuration.txt +++ b/forge-1.9.4/src/main/resources/configuration.txt @@ -248,12 +248,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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 diff --git a/spigot/src/main/resources/configuration.txt b/spigot/src/main/resources/configuration.txt index 177a3e43..ab5bae6d 100644 --- a/spigot/src/main/resources/configuration.txt +++ b/spigot/src/main/resources/configuration.txt @@ -249,12 +249,11 @@ smooth-lighting: true # false=classic Dynmap lighting curve use-brightness-table: true -# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific +# Optional - render specific block names using the textures and models of another block name: 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 +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" # 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