vanilla-crossplay/config/Veinminer/groups.json
2026-06-21 13:22:51 +07:00

40 lines
No EOL
918 B
JSON

[
{
"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
}
}
]