Files

10 lines
720 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#Use IrisFlw's custom checkerboard texture instead of the default Create one. It is highly recommended to turn it on, as Create's own checkerboard maps are completely opaque in some shaderpacks.
replaceCheckerboardTexture = true
#Use screen-door translucency (ordered dithering) for ghost block preview instead of alpha blending. Dithering works with both forward and deferred shaderpacks. Disable to fall back to alpha-blended terrain shader.
useDithering = true
#Dithering noise method:
# IGN — Interleaved Gradient Noise (default). No visible pattern, no texture needed.
# BAYER — 8×8 Bayer matrix. Deterministic, but shows cross-hatch pattern.
#Only effective when useDithering=true.
ditheringMethod = "IGN"