18 lines
643 B
INI
18 lines
643 B
INI
# Configuration file
|
|
|
|
compat {
|
|
# If true, and ProjectE is loaded, the Holo-Assembler can spend player EMC to place missing multiblock blocks. The player must have learned the item and have enough EMC. [default: true]
|
|
B:enableEmcCompat=true
|
|
|
|
# If true, and Applied Energistics 2 is loaded, the Holo-Assembler can pull stored blocks from a linked ME network. [default: true]
|
|
B:enableMeCompat=true
|
|
}
|
|
|
|
|
|
debug {
|
|
# If true, shows the Debug toggle in the Holo-Assembler GUI. When enabled on the item, chat feedback includes detailed placement counts and active source information. [default: false]
|
|
B:enableDebugMode=false
|
|
}
|
|
|
|
|