Skip to content

Commit

Permalink
update memory checker config (GTNewHorizons#9764)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcar authored Feb 18, 2022
1 parent 222c0cb commit 077834d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/CodeChickenCore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ checkUpdates=false

#set to true to completely deobfuscate mcp names
dev.deobfuscate=false
#Enabling this setting will make all minecraft classes public at runtime in MCP just as they are in modloader.
#You should ONLY use this when you are testing with a mod that relies on runtime publicity and doesn't include access transformers.
#Such mods are doing the wrong thing and should be fixed.
dev.runtimePublic=false

#Configuration options for checking various requirements for a modpack.
checks
{
#If set to true, check RAM available for Minecraft before continuing to load
checkRAM=true
#Amount of RAM minimum this modpack needs to load
minRAM=3GB
#Name of the modpack
modPack=GTNH
#Lower bound of recommended RAM
recRAM=4GB
#Upper bound of recommended RAM
recRAMUpper=6GB
#Webpage describing RAM settings
wiki=See <a href="https://gtnh.miraheze.org/m/3S2">the Wiki</a> for details.
}

#Various tweaks that can be applied to game mechanics.
tweaks
Expand Down

0 comments on commit 077834d

Please sign in to comment.