初始的配置文件.

This commit is contained in:
2026-01-19 20:44:42 +08:00
commit cfbe6cced6
233 changed files with 11075 additions and 0 deletions

1
Veinminer/blocks.json Normal file
View File

@@ -0,0 +1 @@
[]

57
Veinminer/groups.json Normal file
View File

@@ -0,0 +1,57 @@
[
{
"name": "Ores",
"blocks": [
"minecraft:coal_ore",
"minecraft:deepslate_coal_ore",
"minecraft:copper_ore",
"minecraft:deepslate_copper_ore",
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:emerald_ore",
"minecraft:deepslate_emerald_ore",
"minecraft:gold_ore",
"minecraft:deepslate_gold_ore",
"minecraft:iron_ore",
"minecraft:deepslate_iron_ore",
"minecraft:lapis_ore",
"minecraft:deepslate_lapis_ore",
"minecraft:redstone_ore",
"minecraft:deepslate_redstone_ore",
"minecraft:nether_gold_ore",
"minecraft:nether_quartz_ore"
],
"tools": [
"minecraft:wooden_pickaxe",
"minecraft:stone_pickaxe",
"minecraft:golden_pickaxe",
"minecraft:iron_pickaxe",
"minecraft:diamond_pickaxe",
"minecraft:netherite_pickaxe"
]
},
{
"name": "Wood",
"blocks": [
"minecraft:oak_log",
"minecraft:spruce_log",
"minecraft:birch_log",
"minecraft:jungle_log",
"minecraft:acacia_log",
"minecraft:dark_oak_log",
"minecraft:mangrove_log",
"minecraft:cherry_log",
"minecraft:pale_oak_log",
"minecraft:crimson_stem",
"minecraft:warped_stem"
],
"tools": [
"minecraft:wooden_axe",
"minecraft:stone_axe",
"minecraft:golden_axe",
"minecraft:iron_axe",
"minecraft:diamond_axe",
"minecraft:netherite_axe"
]
}
]

17
Veinminer/settings.json Normal file
View File

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

Binary file not shown.

Binary file not shown.