modpack/config/worldeditcui.config.json

48 lines
840 B
JSON
Raw Normal View History

2022-08-19 18:29:50 +00:00
{
"debugMode": false,
"ignoreUpdates": false,
"promiscuous": false,
"clearAllOnKey": false,
"cuboidGridColor": {
"hex": "#CC3333CC"
},
"cuboidEdgeColor": {
"hex": "#CC4C4CCC"
},
"cuboidFirstPointColor": {
"hex": "#33CC33CC"
},
"cuboidSecondPointColor": {
"hex": "#3333CCCC"
},
"polyGridColor": {
"hex": "#CC3333CC"
},
"polyEdgeColor": {
"hex": "#CC4C4CCC"
},
"polyPointColor": {
"hex": "#33CCCCCC"
},
"ellipsoidGridColor": {
"hex": "#CC4C4CCC"
},
"ellipsoidPointColor": {
"hex": "#CCCC33CC"
},
"cylinderGridColor": {
"hex": "#CC3333CC"
},
"cylinderEdgeColor": {
"hex": "#CC4C4CCC"
},
"cylinderPointColor": {
"hex": "#CC33CCCC"
},
"chunkBoundaryColour": {
"hex": "#33CC33CC"
},
"chunkGridColour": {
"hex": "#4CCCAA99"
}
}