Examples of TriggerNoFrames


Examples of forestry.apiculture.trigger.TriggerNoFrames

    // Alveary and Components
    ForestryBlock.alveary.registerBlock(new BlockAlveary(), ItemAlvearyBlock.class, "alveary");
    ForestryBlock.alveary.block().setHarvestLevel("axe", 0);

    // Add triggers
    triggerNoFrames = new TriggerNoFrames();

    // Register village components with the Structure registry.
    VillageHandlerApiculture.registerVillageComponents();
  }
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.