public class ConfigHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.common.config.Configuration |
config |
static boolean |
enableBloodMagicAutomation |
static boolean |
enableConsoleLogging |
static boolean |
enableEnderIOAutomation |
static boolean |
enableFakePlayerMining |
static boolean |
enableFancyRender |
static boolean |
enableMFRAutomation |
static boolean |
enableMFRLaserDrill |
static boolean |
enablePouchCrafting |
static boolean |
enableRightClickHarvest |
static boolean |
enableSeedCrafting |
static boolean |
enableSeedPouches |
static boolean |
enableShardCrafting |
static boolean |
enableTorcherinoAccelerator |
static boolean |
enableWorldGeneration |
static boolean |
forceAddDuplicates |
static boolean |
forceFancyRender |
static java.lang.String |
gaianiteSieveBlock |
static int |
gaianiteSieveChance |
static boolean |
generateDefaults |
static boolean |
registerClientCommands |
| Constructor and Description |
|---|
ConfigHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init(java.io.File file) |
static void |
syncConfig() |
public static net.minecraftforge.common.config.Configuration config
public static boolean enableSeedCrafting
public static boolean enableShardCrafting
public static boolean enablePouchCrafting
public static boolean enableSeedPouches
public static boolean enableFakePlayerMining
public static boolean enableWorldGeneration
public static boolean enableConsoleLogging
public static boolean enableFancyRender
public static boolean forceFancyRender
public static boolean enableRightClickHarvest
public static boolean forceAddDuplicates
public static boolean generateDefaults
public static boolean registerClientCommands
public static boolean enableTorcherinoAccelerator
public static boolean enableMFRAutomation
public static boolean enableMFRLaserDrill
public static boolean enableEnderIOAutomation
public static boolean enableBloodMagicAutomation
public static int gaianiteSieveChance
public static java.lang.String gaianiteSieveBlock