Package buildcraft.core

Examples of buildcraft.core.ItemList


      CoreProxy.proxy.registerItem(wrenchItem);

      mapLocationItem = (new ItemMapLocation()).setUnlocalizedName("mapLocation");
      CoreProxy.proxy.registerItem(mapLocationItem);

      listItem = (new ItemList()).setUnlocalizedName("list");
      CoreProxy.proxy.registerItem(listItem);

      Property modifyWorldProp = BuildCraftCore.mainConfiguration.get(Configuration.CATEGORY_GENERAL, "modifyWorld", true);
      modifyWorldProp.comment = "set to false if BuildCraft should not generate custom blocks (e.g. oil)";
      modifyWorld = modifyWorldProp.getBoolean(true);
View Full Code Here

TOP

Related Classes of buildcraft.core.ItemList

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.