daily
This commit is contained in:
@@ -547,6 +547,9 @@ tweaks {
|
||||
# Add a debug message in the chat when toggling vanilla debug options [default: true]
|
||||
B:addToggleDebugMessage=true
|
||||
|
||||
# The max amount of XP levels an anvil recipe can use. [range: -2147483648 ~ 2147483647, default: 40]
|
||||
I:anvilMaxLevel=2147483647
|
||||
|
||||
# Uses arabic numbers for enchantment levels and potion amplifier levels instead of roman numbers [default: false]
|
||||
B:arabicNumbersForEnchantsPotions=false
|
||||
|
||||
@@ -569,7 +572,7 @@ tweaks {
|
||||
B:changeCacheFileExtension=true
|
||||
|
||||
# Moves the sprint keybind to the movement category [default: true]
|
||||
B:changeSprintCategory=true
|
||||
e:changeSprintCategory=true
|
||||
|
||||
# Amount of chat lines kept (Vanilla: 100) [range: 100 ~ 32767, default: 8191]
|
||||
I:chatLength=8191
|
||||
@@ -592,6 +595,12 @@ tweaks {
|
||||
# Disable Minecraft Realms button on main menu [default: true]
|
||||
B:disableRealmsButton=true
|
||||
|
||||
# Removes all void fog.
|
||||
# 0 = keep void fog
|
||||
# 1 = disable for DEFAULT worldtype only
|
||||
# 2 = disable for all world types [range: 0 ~ 2, default: 1]
|
||||
I:disableVoidFog=1
|
||||
|
||||
# Disable world type associated chunk population for new generated chunks (e.g. vanilla structures in Overworld) [default: false]
|
||||
B:disableWorldTypeChunkPopulation=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user