Examples of BehaviourWand


Examples of vazkii.botania.common.block.dispenser.BehaviourWand

  }

  public static void addDispenserBehaviours() {
    for(Item seed : BotaniaAPI.seeds.keySet())
      BlockDispenser.dispenseBehaviorRegistry.putObject(seed, new BehaviourSeeds(BotaniaAPI.seeds.get(seed)));
    BlockDispenser.dispenseBehaviorRegistry.putObject(ModItems.twigWand, new BehaviourWand());
  }
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.