Skip to content

Instantly share code, notes, and snippets.

@Barteks2x
Last active January 19, 2021 08:31
Show Gist options
  • Save Barteks2x/a7e284d8c57924127324bbe5e3f3d175 to your computer and use it in GitHub Desktop.
Save Barteks2x/a7e284d8c57924127324bbe5e3f3d175 to your computer and use it in GitHub Desktop.
Forge system properties

Forge

Property Description Default value
b3dloader.printLoadedModels false
fml.doNotBackup don't backup world when loading with missing registry entries false
fml.queryResult specifies accepting loading world with missing registry entries false
fml.noGrab disable mouse grab false
forge.enableExtendedSave enable saving chunks >1MB in size true
forge.verboseMissingModelLogging false
forge.verboseMissingModelLoggingCount 5
forge.debugBlockSnapshot Debug info of handling block snapshots? false
forge.debugBlockEvent Debug info of block event false
fml.reloadResourcesOnStart Enable old forge behavior of loading resources twice false
fml.modStates Forces state of specified mods. modid=state, separated by ; and :
fml.ignoreInvalidMinecraftCertificates Ignores invalid Minecraft jar certificates false
fml.debugAccessTransformer Print debug info for access transformers false
FORGE_FORCE_FRAME_RECALC Force recalculating frames in forge deobfuscating transformer false
fml.debugAPITransformer Print access transformer debug info false
fml.remappingDebug false
fml.remappingDebug.dumpFieldMaps false
fml.remappingDebug.dumpMethodMaps false
fml.enableJsonAnnotations Enables json annotation cache false
fml.LogContext Add modid context to logging in event handling false
fml.debugNetworkHandshake false
fml.readTimeout 30
fml.loginTimeout 600
fml.badPacketCounter Log potential packet memory leak every this many packets 100
fml.dumpPatchedClasses false
fml.debugClassPatchManager false
fml.coreMods.load Adds specified coremods for loading (comma-separated)
forge.disable_external_manifest false
forge.enable_auto_mod_movement false
forge.lib_folder false
fml.skipContainedDeps false
forge.debugRegistryEntries false
forge.disableVanillaGameData false

Vanilla:

Property Description Default value
SuffixArray.printComparisons false
SuffixArray.printArray false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment