You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
876 B
22 lines
876 B
|
|
# Configure the options below to one of the following: disabled, enabled, onShift, onDebug or onShiftAndDebug |
|
[tooltip_options] |
|
# Configure tooltip for burn time. |
|
burnTimeTooltipMode = "disabled" |
|
# Configure tooltip for durability. |
|
durabilityTooltipMode = "onShift" |
|
# Configure tooltip for enchantability |
|
enchantabilityTooltipMode = "onShift" |
|
# Configure tooltip for hunger and saturation. |
|
foodTooltipMode = "disabled" |
|
# Configure tooltip for max stack size. |
|
maxStackSizeTooltipMode = "disabled" |
|
# Configure tooltip for NBT data. |
|
nbtTooltipMode = "disabled" |
|
# Configure tooltip for registry name. E.g. minecraft:stone |
|
registryNameTooltipMode = "disabled" |
|
# Configure tooltip for tags. E.g. forge:ingot, minecraft:planks |
|
tagsTooltipMode = "disabled" |
|
# Configure tooltip for translation key. E.g. block.minecraft.stone |
|
translationKeyTooltipMode = "disabled" |
|
|
|
|