Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CodeChickenCore.checkUpdates

This option has no description.

Type: string

Default:

"false"

CodeChickenCore.checks.checkRAM

If set to true, check RAM available for Minecraft before continuing to load

Type: string

Default:

"true"

CodeChickenCore.checks.minRAM

Amount of RAM minimum this modpack needs to load

Type: string

Default:

"3GB"

CodeChickenCore.checks.modPack

Name of the modpack

Type: string

Default:

"GTNH"

CodeChickenCore.checks.recRAM

Lower bound of recommended RAM

Type: string

Default:

"4GB"

CodeChickenCore.checks.recRAMUpper

Upper bound of recommended RAM

Type: string

Default:

"6GB"

CodeChickenCore.checks.wiki

Webpage describing RAM settings

Type: string

Default:

"See <a href=\"https://gtnh.miraheze.org/m/3S2\">the Wiki</a> for details."

CodeChickenCore.“dev.deobfuscate”

set to true to completely deobfuscate mcp names

Type: string

Default:

"false"

CodeChickenCore.“dev.runtimePublic”

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.

Type: string

Default:

"false"

CodeChickenCore.tweaks.doFireTickOut

If set to true and doFireTick is disabled in the game rules, fire will still dissipate if it’s not over a fire source

Type: string

Default:

"true"

CodeChickenCore.tweaks.environmentallyFriendlyCreepers

If set to true, creepers will not destroy landscape. (A version of mobGriefing setting just for creepers)

Type: string

Default:

"false"

CodeChickenCore.tweaks.finiteWater

If set to true two adjacent water source blocks will not generate a third.

Type: string

Default:

"true"

CodeChickenCore.tweaks.replaceLavaFX

Set this to true to use the pre1.5 lava textures

Type: string

Default:

"false"

CodeChickenCore.tweaks.replaceWaterFX

Set this to true to use the pre1.5 water textures

Type: string

Default:

"false"

CodeChickenCore.tweaks.softLeafReplace

If set to false, leaves will only replace air when growing

Type: string

Default:

"false"