Package thaumic.tinkerer.common.registry

Examples of thaumic.tinkerer.common.registry.ThaumicTinkererArcaneRecipe


        .setPages(new ResearchPage("0"), ResearchHelper.arcaneRecipePage(LibResearch.KEY_GOLEMCONNECTOR), new ResearchPage("1"), ResearchHelper.arcaneRecipePage(LibResearch.KEY_INTERFACE + "1"), new ResearchPage("2"), new ResearchPage("3"));
  }

  @Override
  public ThaumicTinkererRecipe getRecipeItem() {
    return new ThaumicTinkererArcaneRecipe(LibResearch.KEY_GOLEMCONNECTOR, LibResearch.KEY_GOLEMCONNECTOR, new ItemStack(this), new AspectList().add(Aspect.AIR, 20).add(Aspect.ORDER, 5).add(Aspect.ENTROPY, 15),
        "WFW", "sIs", "WFW",
        'I', new ItemStack(ConfigItems.itemGolemBell),
        's', new ItemStack(Items.ender_pearl),
        'W', new ItemStack(ConfigBlocks.blockMagicalLog),
        'F', new ItemStack(Blocks.redstone_block));
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.registry.ThaumicTinkererArcaneRecipe

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.