Initial
This commit is contained in:
35
overrides/config/xtones.cfg
Normal file
35
overrides/config/xtones.cfg
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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=0
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user