11 lines
464 B
TOML
11 lines
464 B
TOML
#The maximum allowed size of an ME controller.
|
|
#Even tho it is minimal, as you increase this value, the controller will take longer to form.
|
|
#Note: Controllers surrounded by more than 3 others in one axis, will remain gray but do still function normally.
|
|
# Default: 7
|
|
# Range: > 1
|
|
maxControllerSize = 7
|
|
#Ignore controller forming rules.
|
|
#Allows you to make any shape you wish without the controller turning red.
|
|
#Default value: false
|
|
ignoreControllerRules = false
|