32 lines
624 B
INI
32 lines
624 B
INI
# Configuration file
|
|
|
|
client {
|
|
# Blue color for the Gui colorizer.
|
|
I:colorizerColorBlue=255
|
|
|
|
# Green color for the Gui colorizer.
|
|
I:colorizerColorGreen=255
|
|
|
|
# Red color for the Gui colorizer.
|
|
I:colorizerColorRed=255
|
|
|
|
# Text blue color for the Gui colorizer.
|
|
I:colorizerTextColorBlue=0
|
|
|
|
# Text green color for the Gui colorizer.
|
|
I:colorizerTextColorGreen=0
|
|
|
|
# Text red color for the Gui colorizer.
|
|
I:colorizerTextColorRed=0
|
|
|
|
# Enable GUI & Text colorizing?
|
|
B:isColorizingEnabled=true
|
|
|
|
aefixes {
|
|
B:disableMolecularAssemblerCraftingAnimation=false
|
|
}
|
|
|
|
}
|
|
|
|
|