Examples of TriggerLowSoil


Examples of forestry.farming.triggers.TriggerLowSoil

    proxy.initializeRendering();

    // Triggers
    lowResourceLiquid50 = new TriggerLowLiquid("lowLiquid.50", 0.5f);
    lowResourceLiquid25 = new TriggerLowLiquid("lowLiquid.25", 0.25f);
    lowSoil128 = new TriggerLowSoil(128);
    lowSoil64 = new TriggerLowSoil(64);
    lowSoil32 = new TriggerLowSoil(32);
    lowFertilizer50 = new TriggerLowFertilizer("lowFertilizer.50", 0.5f);
    lowFertilizer25 = new TriggerLowFertilizer("lowFertilizer.25", 0.25f);

    // Layouts
    ICircuitLayout layoutManaged = new CircuitLayout("farms.managed");
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.