Examples of JubilanceNone


Examples of forestry.apiculture.genetics.JubilanceNone

        .addProduct(ForestryItem.beeComb.getItemStack(1, 9), 40).setIsSecret().setHasEffect().setIsNotCounted();

    // Reddened Branch (EE)
    Allele.speciesDarkened = new AlleleBeeSpecies("speciesDarkened", false, "bees.species.darkened", reddened, "pahimas", 0xd7bee5, 0x260f29)
        .addProduct(ForestryItem.beeComb.getItemStack(1, 0), 100).addSpecialty(ForestryItem.beeComb.getItemStack(1, 12), 100)
        .setJubilanceProvider(new JubilanceNone()).setIsSecret().setIsNotCounted();
    AlleleManager.alleleRegistry.blacklistAllele(Allele.speciesDarkened.getUID());
    Allele.speciesReddened = new AlleleBeeSpecies("speciesReddened", false, "bees.species.reddened", reddened, "xenophos", 0xf8c1c1, 0x260f29)
        .addProduct(ForestryItem.beeComb.getItemStack(1, 0), 100).addSpecialty(ForestryItem.beeComb.getItemStack(1, 11), 100)
        .setJubilanceProvider(new JubilanceNone()).setIsSecret().setIsNotCounted();
    AlleleManager.alleleRegistry.blacklistAllele(Allele.speciesReddened.getUID());
    Allele.speciesOmega = new AlleleBeeSpecies("speciesOmega", false, "bees.species.omega", reddened, "slopokis", 0xfeff8f, 0x260f29)
        .addProduct(ForestryItem.beeComb.getItemStack(1, 0), 100).addSpecialty(ForestryItem.beeComb.getItemStack(1, 13), 100)
        .setJubilanceProvider(new JubilanceNone()).setIsSecret().setIsNotCounted();
    AlleleManager.alleleRegistry.blacklistAllele(Allele.speciesOmega.getUID());

    // Festive branch
    Allele.speciesLeporine = new AlleleBeeSpecies("speciesLeporine", false, "bees.species.leporine", festive, "lepus", 0xfeff8f, 0x3cd757)
        .addProduct(ForestryItem.beeComb.getItemStack(1, 6), 30).addProduct(new ItemStack(Items.egg), 10).setIsSecret().setIsNotCounted()
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.