modded7/overrides/config/xtones.cfg

36 lines
1.3 KiB
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
general {
# How chiseling Xtones blocks should function. [Requires "Chisel" by the Chisel Team to be installed]
# 0 - Chisel the Stone Tile into the first variant of each registered Xtone block. This makes the individual recipes useless.
# 1 - Chisel between each variant of the Xtones blocks. This makes the cycling useless.
# 2 - Disable Chisel compatibility altogether.
# Example images can be found on the ChiselTones CurseForge page. Functionality is exactly the same.
# Min: 0
# Max: 2
I:chiselMode=1
# Visibility of the cycling tooltip on Xtone items
# visible - The tooltip will always be visible
# shift - The tooltip will only be visible when shift is held
# hidden - The tooltip will not be visible
# Valid values:
# visible
# shift
# hidden
S:cyclingTooltip=visible
# Disables the ability to cycle between variants via keybind.
# Mainly for use with Chisel installed and chiselMode being set to 1.
B:disableScrollCycling=false
# Disables all recipes except the one for the Stone Tile.
# Mainly for use with Chisel installed and chiselMode being set to 0.
B:disableXtoneRecipes=false
# Enables the search bar on the Xtones creative tab
B:searchableCreativeTab=true
}