Examples of ItemScarecrow


Examples of extrabiomes.module.fabrica.scarecrow.ItemScarecrow

        BlockManager.preInit();
       
        if (ItemSettings.SCARECROW.getEnabled())
        {
            Extrabiomes.proxy.registerScarecrowRendering();
            Stuff.scarecrow = Optional.of(new ItemScarecrow().setUnlocalizedName(ItemScarecrow.NAME));
            GameRegistry.registerItem(Stuff.scarecrow.get(), ItemScarecrow.NAME, Reference.MOD_ID);
        }
       
        if (ItemSettings.PASTE.getEnabled())
        {
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.