Examples of registerLegacyMapping()


Examples of forestry.api.genetics.ILegacyHandler.registerLegacyMapping()

    legacy.registerLegacyMapping(1804, "forestry.effectMiasmic");
    legacy.registerLegacyMapping(1805, "forestry.effectMisanthrope");
    legacy.registerLegacyMapping(1806, "forestry.effectGlacial");
    legacy.registerLegacyMapping(1807, "forestry.effectRadioactive");
    legacy.registerLegacyMapping(1808, "forestry.effectCreeper");
    legacy.registerLegacyMapping(1809, "forestry.effectIgnition");
    legacy.registerLegacyMapping(1810, "forestry.effectExploration");
    legacy.registerLegacyMapping(1811, "forestry.effectFestiveEaster");

    // Generic
    legacy.registerLegacyMapping(1024, "forestry.boolFalse");
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.