This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -0,0 +1,45 @@
# Configuration file
general {
##########################################################################################################
# debug
#--------------------------------------------------------------------------------------------------------#
# Debug section
##########################################################################################################
debug {
# Enables logging and other purely debug features [default: false]
B:DEBUG_MODE=false
}
##########################################################################################################
# teslatweaks
#--------------------------------------------------------------------------------------------------------#
# Tesla tweaks section
##########################################################################################################
teslatweaks {
# Set true to enable the cool visual effect when tesla tower running. [default: true]
B:TESLA_VISUAL_EFFECT=true
}
##########################################################################################################
# visual
#--------------------------------------------------------------------------------------------------------#
# Visual section
##########################################################################################################
visual {
# Eye of Harmony energy input and output display:
# - 'Numerical': Shows the entire number
# - 'Scientific': Uses scientific notation
# - 'SI': Uses the SI notation
# Possible values: [Numerical, Scientific, SI]
# [default: Scientific]
S:EOH_NOTATION=Scientific
}
}