#========== Digging tunnels ==========
modesEnabled: digging,track
#========== Digging tunnels : digging ==========
# Maximum depth of the hole dug
maxDepth: 16
# List of width/heights available for digging
sizeList: 1,2,3,5
# Which blocks BigDig can remove
breakable: 1,2,3,4,5,12,13,14,15,16,21,22,24,35,36,41,42,43,44,45,48,53,56,57,60,73,74,80,82,87,88,89,97,98,108,109,110,112,114,121,123,124,125,126,128,129
# Default item placed with autolight is on
defaultLamp: 51
# Items not dropped when dropall set to off
dontDrop: 1,3,4,13,87,88
# Which tools to enable BigDig for (default diamond and gold tools)
digTools: 278,285,277,284
# item (default Emerald) consumed to provide fuel to BigDig
fuelItem: 388
# Number of blocks that can be removed after expending fuel above
blocksPerFuel: 500
# Do tools take damage from digging?
toolDamage: false
#========== Placing Track : track ==========
# Which blocks can have rails placed on top of them
trackbed: 1,2,3,4,5,12,13,14,15,16,21,22,24,35,36,41,42,43,44,45,48,53,56,57,60,73,74,80,82,87,88,89,97,98,108,109,110,112,114,121,123,124,125,126,128,129
# Maximum length of track that can be laid
maxTrackLength: 32
Comments