Package fr.neatmonster.nocheatplus.compat.blocks.init.vanilla

Examples of fr.neatmonster.nocheatplus.compat.blocks.init.vanilla.VanillaBlocksFactory


    try{
        initTools(mcAccess, worldConfigProvider);
        initBlocks(mcAccess, worldConfigProvider);
        // Extra hand picked setups.
        try{
          new VanillaBlocksFactory().setupBlockProperties(worldConfigProvider);
        }
        catch(Throwable t){
          LogUtil.logSevere("[NoCheatPlus] Could not initialize vanilla blocks: " + t.getClass().getSimpleName() + " - " + t.getMessage());
          LogUtil.logSevere(t);
        }
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.compat.blocks.init.vanilla.VanillaBlocksFactory

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.