Package forestry.farming.triggers

Examples of forestry.farming.triggers.TriggerLowFertilizer


    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");
    ChipsetManager.circuitRegistry.registerLayout(layoutManaged);
    ICircuitLayout layoutManual = new CircuitLayout("farms.manual");
View Full Code Here

TOP

Related Classes of forestry.farming.triggers.TriggerLowFertilizer

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.