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, 26 insertions, 0 deletions
diff --git a/config/devtips.cfg b/config/devtips.cfg
new file mode 100644
index 0000000000..8a2453363f
--- /dev/null
+++ b/config/devtips.cfg
@@ -0,0 +1,26 @@
+# 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
+}
+
+