modded7/overrides/config/groovyscript.cfg
Integer Limit ee00f8ddcd
Fix Draconic Energy Core Integration (#826)
[BUG]

[DETAILS]
detail = "Fixes #823"
[DETAILS]

[IGNORE]
  checks = { compareBefore = "1.7-beta-5" } # Only apply this if the commit being compared against is 1.7-beta-5 or newer
[IGNORE]
2024-07-23 20:59:54 +10:00

18 lines
311 B
INI

# Configuration file
general {
# Port for the VSC connection. Default: 25564
I:languageServerPort=25564
# The current set packmode
S:packmode=
compat {
# Enables DE energy core compat. Config is mainly for other mods compat.
B:draconicEvolutionEnergyCore=false
}
}