Example usage for net.minecraftforge.fml ModLoadingContext get

List of usage examples for net.minecraftforge.fml ModLoadingContext get

Introduction

In this page you can find the example usage for net.minecraftforge.fml ModLoadingContext get.

Prototype

public static ModLoadingContext get() 

Source Link

Usage

From source file:com.teambrmodding.assistedprogression.AssistedProgression.java

License:Creative Commons License

/**
 * Create the mod
 */
public AssistedProgression() {
    attachEvents();

    PacketManager.initPackets();
    ModLoadingContext.get().registerConfig(ModConfig.Type.CLIENT, ConfigManager.SPEC);
}