aboutsummaryrefslogtreecommitdiff
path: root/config/devtips.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/devtips.cfg')
-rw-r--r--config/devtips.cfg26
1 files changed, 0 insertions, 26 deletions
diff --git a/config/devtips.cfg b/config/devtips.cfg
deleted file mode 100644
index 7a42a20e8f..0000000000
--- a/config/devtips.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
-# Configuration file
-
-general {
- # If set to false, tooltips will be shown without pressing Ctrl. [default: true]
- B:requiresCtrl=true
-
- # If set to false, tooltips will be shown without going into Advanced Info mode (F3 + H). [default: true]
- B:"requiresF3+H"=false
-
- # If set to true, item and block class names of items and blocks will be shown in the tooltip. Only useful for programmers. [default: true]
- B:showClassNames=true
-
- # If set to true, FluidRegistry names of fluids and fluid containers will be shown in the tooltip. [default: true]
- B:showFluidRegistryNames=true
-
- # If set to true, GameRegistry names of items and blocks will be shown in the tooltip. [default: true]
- B:showGameRegistryNames=true
-
- # If set to true, OreDictionary entries of items and blocks will be shown in the tooltip. [default: true]
- B:showOreDictNames=true
-
- # Set this to false to disable the 'Press Ctrl for more info' message [default: true]
- B:showShortMessage=true
-}
-
-