mods.jei.JEI.addDescription([ ], [ "The infusion claw is a block that, when placed above a Runic Matrix, enables the automation of thaumcraft infusion recipes.", "", "If the right essentia and item ingredients are present, a redstone signal sent to the claw will start the infusion as if the Matrix had been clicked by a Gauntlet.", "", "Note that the infusion will still follow instability rules, as well as failure if the right essentia is not present." ]); # infusion claw registerInfusionRecipeFromAddon(`${tcGado}:infusion_claw`, "INFUSION_CLAW", , 32, [ * 120, * 70, * 70, * 60, * 40 ], , [ , , , , , , , ] ); # KAMI armor registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_helm`, "TT_KAMIHELM", , 32, [ * 150, * 125, * 125, * 60, * 250, * 125 ], , [ , , , , , , .withTag({Potion: "minecraft:night_vision"}), , , , , ] ); registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_chest`, "TT_KAMICHEST", , 32, [ * 150, * 125, * 125, * 125, * 250, * 60 ], , [ , , , , , , , , , , , ] ); registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_legs`, "TT_KAMILEGS", , 32, [ * 150, * 125, * 125, * 125, * 250, * 60 ], , [ , , , , , , .withTag({Potion: "minecraft:fire_resistance"}), , , , , ] ); registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_boots`, "TT_KAMIBOOTS", , 32, [ * 150, * 125, * 125, * 125, * 250, * 60, * 60 ], , [ , , , , , , , , , , , ] );