@@ -41,7 +41,7 @@ If you want to add new clusters a practical solution is more appropriate, there
4141* deposit_top_layer
4242
4343### <span style =" color :pink " >deposit_dense</span >
44- ``` json
44+ ``` json5
4545{ /* Notes / Comments ↓ */
4646 " type" : " geocluster:deposit_dense" , /* This tells Geocluster how to generate this cluster */
4747 " config" : {
@@ -70,7 +70,7 @@ If you want to add new clusters a practical solution is more appropriate, there
7070```
7171
7272### <span style =" color :pink " >deposit_dike</span >
73- ``` json
73+ ``` json5
7474{ /* Notes / Comments ↓ */
7575 " type" : " geocluster:deposit_dike" , /* This tells Geocluster how to generate this cluster */
7676 " config" : {
@@ -102,7 +102,7 @@ If you want to add new clusters a practical solution is more appropriate, there
102102```
103103
104104### <span style =" color :pink " >deposit_sparse</span >
105- ``` json
105+ ``` json5
106106{ /* Notes / Comments ↓ */
107107 " type" : " geocluster:deposit_sparse" , /* This tells Geocluster how to generate this cluster */
108108 " config" : {
@@ -132,7 +132,7 @@ If you want to add new clusters a practical solution is more appropriate, there
132132```
133133
134134### <span style =" color :pink " >deposit_layer</span >
135- ``` json
135+ ``` json5
136136{ /* Notes / Comments ↓ */
137137 " type" : " geocluster:deposit_layer" , /* This tells Geocluster how to generate this cluster */
138138 " config" : {
@@ -162,7 +162,7 @@ If you want to add new clusters a practical solution is more appropriate, there
162162```
163163
164164### <span style =" color :pink " >deposit_top_layer</span >
165- ``` json
165+ ``` json5
166166{ /* Notes / Comments ↓ */
167167 " type" : " geocluster:top_deposit_layer" , /* This tells Geocluster how to generate this cluster */
168168 " config" : { /* YMIN/MAX IS NOT PERMITTED BC. USE LAYER IF YOU NEED IT */
0 commit comments