Examples of VanillaBlocksFactory


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
Copyright © 2018 www.massapi.com. 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.