Skip to content

Commit 87b57d5

Browse files
committed
Add defaults to configuration.txt for webp
1 parent 460e6f9 commit 87b57d5

File tree

11 files changed

+99
-11
lines changed

11 files changed

+99
-11
lines changed

fabric-1.16.1/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

fabric-1.16.2/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.11.2/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.12.2/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.13.2/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.14.4/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.15.2/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.16.1/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.16.2/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

forge-1.16.3/src/main/resources/configuration.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,18 @@ block-alias:
254254
# "minecraft:quartz_ore": "stone"
255255
# "diamond_ore": "coal_ore"
256256

257-
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
257+
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100),
258+
# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
259+
#
258260
# Has no effect on maps with explicit format settings
259261
image-format: jpg-q90
260262

263+
# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
264+
# For Windows, include .exe
265+
#
266+
#cwebpPath: /usr/bin/cwebp
267+
#dwebpPath: /usr/bin/dwebp
268+
261269
# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
262270
# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
263271
# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks

0 commit comments

Comments
 (0)