⭐ 初始的配置文件.
This commit is contained in:
1
Veinminer/blocks.json
Normal file
1
Veinminer/blocks.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
57
Veinminer/groups.json
Normal file
57
Veinminer/groups.json
Normal 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
17
Veinminer/settings.json
Normal 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
|
||||
}
|
||||
}
|
||||
BIN
Veinminer/update/veinminer-client-2.4.2.jar
Normal file
BIN
Veinminer/update/veinminer-client-2.4.2.jar
Normal file
Binary file not shown.
BIN
Veinminer/update/veinminer-fabric-2.4.2.jar
Normal file
BIN
Veinminer/update/veinminer-fabric-2.4.2.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user