Package extrabiomes.module.fabrica.block

Examples of extrabiomes.module.fabrica.block.ItemPaste


            GameRegistry.registerItem(Stuff.scarecrow.get(), ItemScarecrow.NAME, Reference.MOD_ID);
        }
       
        if (ItemSettings.PASTE.getEnabled())
        {
            Stuff.paste = Optional.of(new ItemPaste().setUnlocalizedName("extrabiomes.paste").setCreativeTab(Extrabiomes.tabsEBXL));
            GameRegistry.registerItem(Stuff.paste.get(), "extrabiomes.paste", Reference.MOD_ID);
        }
    }
View Full Code Here

TOP

Related Classes of extrabiomes.module.fabrica.block.ItemPaste

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.