mods: add veinminer and enchantment

Configured to require sneaking.

Closes #5.
This commit is contained in:
2025-11-10 04:05:21 +09:00
parent 913c0212e4
commit 64eafffa34
6 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"cooldown": 20,
"mustSneak": true,
"delay": 0,
"maxChain": 100,
"needCorrectTool": true,
"searchRadius": 1,
"permissionRestricted": false,
"mergeItemDrops": false,
"autoUpdate": false,
"decreaseDurability": true,
"client": {
"allow": true,
"translucentBlockHighlight": true,
"allBlocks": false
}
}