12 lines
350 B
Text
12 lines
350 B
Text
|
{
|
||
|
// 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"
|
||
|
}
|