Package net.machinemuse.powersuits.powermodule.misc

Examples of net.machinemuse.powersuits.powermodule.misc.ThaumGogglesModule


        getRFRatio();
        getUERatio();

        // Thaumcraft
        if (isThaumCraftLoaded() && enableThaumGogglesModule()) {
            ModuleManager.addModule(new ThaumGogglesModule(Collections.singletonList((IModularItem) MPSItems.powerArmorHead())));
        }

        //IPowerModule module = new MultimeterModule(Collections.singletonList((IModularItem) MPSItems.powerTool()));

        // Atomic Science
View Full Code Here

TOP

Related Classes of net.machinemuse.powersuits.powermodule.misc.ThaumGogglesModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.