add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
40
config/Veinminer/groups.json
Normal file
40
config/Veinminer/groups.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[
|
||||
{
|
||||
"name": "Ores",
|
||||
"blocks": [
|
||||
"#c:ores"
|
||||
],
|
||||
"tools": [
|
||||
"#minecraft:pickaxes"
|
||||
],
|
||||
"override": {
|
||||
"cooldown": null,
|
||||
"mustSneak": null,
|
||||
"delay": null,
|
||||
"maxChain": null,
|
||||
"needCorrectTool": null,
|
||||
"searchRadius": null,
|
||||
"permissionRestricted": null,
|
||||
"decreaseDurability": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Logs",
|
||||
"blocks": [
|
||||
"#c:natural_logs"
|
||||
],
|
||||
"tools": [
|
||||
"#minecraft:axes"
|
||||
],
|
||||
"override": {
|
||||
"cooldown": null,
|
||||
"mustSneak": null,
|
||||
"delay": null,
|
||||
"maxChain": null,
|
||||
"needCorrectTool": null,
|
||||
"searchRadius": null,
|
||||
"permissionRestricted": null,
|
||||
"decreaseDurability": null
|
||||
}
|
||||
}
|
||||
]
|
||||
28
config/Veinminer/settings.json
Normal file
28
config/Veinminer/settings.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"cooldown": 20,
|
||||
"mustSneak": true,
|
||||
"delay": 0,
|
||||
"maxChain": 100,
|
||||
"needCorrectTool": true,
|
||||
"searchRadius": 1,
|
||||
"permissionRestricted": false,
|
||||
"mergeItemDrops": false,
|
||||
"autoUpdate": false,
|
||||
"decreaseDurability": true,
|
||||
"client": {
|
||||
"allow": true,
|
||||
"require": false,
|
||||
"translucentBlockHighlight": true,
|
||||
"allBlocks": false,
|
||||
"overrides": {
|
||||
"cooldown": null,
|
||||
"mustSneak": null,
|
||||
"delay": null,
|
||||
"maxChain": null,
|
||||
"needCorrectTool": null,
|
||||
"searchRadius": null,
|
||||
"permissionRestricted": null,
|
||||
"decreaseDurability": null
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue