Package forestry.farming.gadgets

Examples of forestry.farming.gadgets.BlockMushroom


  public void preInit() {
    super.preInit();

    Farmables.farmInterface = new FarmHelper();

    ForestryBlock.mushroom.registerBlock(new BlockMushroom(), ItemTypedBlock.class, "mushroom");

    Farmables.farmables.put("farmArboreal", new ArrayList<IFarmable>());
    Farmables.farmables.get("farmArboreal").add(new FarmableVanillaSapling());
    Farmables.farmables.get("farmArboreal").add(new FarmableGE());
View Full Code Here

TOP

Related Classes of forestry.farming.gadgets.BlockMushroom

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.