first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#If maxBlocksBase from veinmining-server.toml is 0, determines how to activate vein mining.
#IMPORTANT: When using the "HOLD_KEY_DOWN" setting, remember to set a keybinding by going to Options > Controls > Key Binds.
#Allowed Values: STANDING, CROUCHING, HOLD_KEY_DOWN
activationState = "STANDING"
#If maxBlocksBase from veinmining-server.toml is greater than 0, determines how to activate vein mining.
#IMPORTANT: When using the "HOLD_KEY_DOWN" setting, remember to set a keybinding by going to Options > Controls > Key Binds.
#Allowed Values: STANDING, CROUCHING, HOLD_KEY_DOWN
activationStateWithoutEnchantment = "HOLD_KEY_DOWN"
#If enabled, users will be sent warnings about improper enchantment usage.
enableEnchantmentWarnings = true
#If enabled, instructions on how to vein mine will appear in the tooltip of enchanted items.
enableEnchantmentTooltips = true
#If enabled, instructions on how to vein mine will appear above the hotbar when switching to enchanted items.
enableEnchantmentNotifications = false