first
This commit is contained in:
commit
a1893e1d21
253 changed files with 146536 additions and 0 deletions
6
config/diggusmaximus/blacklist.json5
Executable file
6
config/diggusmaximus/blacklist.json5
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
// Function as whitelist instead
|
||||
"isWhitelist": false,
|
||||
// Block IDs to blacklist from being mined
|
||||
"blacklistedBlocks": []
|
||||
}
|
||||
32
config/diggusmaximus/config.json5
Executable file
32
config/diggusmaximus/config.json5
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
// Mod enabled or disabled
|
||||
"enabled": true,
|
||||
// Activation key
|
||||
"keybinding": "key.keyboard.grave.accent",
|
||||
// Inverts the keybinding activation
|
||||
"invertActivation": false,
|
||||
// Sneak to excavate(can work serverside only)
|
||||
"sneakToExcavate": false,
|
||||
// Should mine diagonally, excludes shape excavating
|
||||
"mineDiag": true,
|
||||
// Maximum number of blocks to mine
|
||||
"maxMinedBlocks": 40,
|
||||
// Maximum distance from start to mine
|
||||
"maxMineDistance": 10,
|
||||
// Automatically pick up drops
|
||||
"autoPickup": true,
|
||||
// Tool required to excavate
|
||||
"requiresTool": false,
|
||||
// Stop before tool breaks
|
||||
"dontBreakTool": true,
|
||||
// Stop excavating when tool breaks
|
||||
"stopOnToolBreak": true,
|
||||
// Should tool take durability
|
||||
"toolDurability": true,
|
||||
// Should player get exhaustion
|
||||
"playerExhaustion": true,
|
||||
// Multiply exhaustion when excavating
|
||||
"exhaustionMultiplier": 1.0,
|
||||
// Other items to be considered tools ie: "minecraft:stick"
|
||||
"tools": []
|
||||
}
|
||||
12
config/diggusmaximus/excavatingshapes.json5
Executable file
12
config/diggusmaximus/excavatingshapes.json5
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
// Should shape excavating be enabled
|
||||
"enableShapes": false,
|
||||
// Should shape excavating include different blocks
|
||||
"includeDifBlocks": false,
|
||||
// Shape activation key
|
||||
"shapeKey": "key.keyboard.unknown",
|
||||
// Shape type cycle key, sneak to reverse cycle
|
||||
"cycleKey": "key.keyboard.unknown",
|
||||
// Currently selected shape
|
||||
"selectedShape": "LAYER"
|
||||
}
|
||||
6
config/diggusmaximus/grouping.json5
Executable file
6
config/diggusmaximus/grouping.json5
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
// Enable block custom grouping
|
||||
"customGrouping": false,
|
||||
// BlockID to be considered the same block when excavating (IDs separated by commas)
|
||||
"groups": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue