107 lines
4.7 KiB
Plaintext
107 lines
4.7 KiB
Plaintext
|
|
mods.jei.JEI.addDescription([
|
|
<gadothaumy:infusion_claw>],
|
|
[
|
|
"将注魔爪这种方块放置在符文矩阵上方时,可实现神秘时代注魔配方的自动化。",
|
|
"",
|
|
"若供应有正确的源质与物品原料,向注魔爪发送红石信号即可启动注魔,效果等同于用法师护手点击符文矩阵。",
|
|
"",
|
|
"注意:注魔过程仍遵循不稳定度规则,若缺少正确的源质,注魔依然会失败。"
|
|
]);
|
|
|
|
|
|
mods.jei.JEI.addDescription([
|
|
<contenttweaker:infusion_pseudo_automation>],
|
|
[
|
|
"通过使用注魔爪和模块化路由器,可以自动化神秘时代的注魔合成。",
|
|
"",
|
|
"当注魔爪被放置在符文矩阵上方时,可通过红石信号实现神秘时代注魔配方的自动化。",
|
|
"",
|
|
"发送模块可绑定到中心的奥术基座,周围的其他所有基座则可以使用分配模块进行绑定。",
|
|
"",
|
|
"注意,根据实际配方,你需要调整放入路由器的物品顺序,以及发送模块在路由器中的位置。如果发送模块排在首位,则中心物品应始终放置在首位。",
|
|
"",
|
|
"所有物品都放置到基座上后,只需向注魔爪发送红石信号即可启动配方。记得确保有充足的要素供应和稳定度。",
|
|
"",
|
|
"此类方法可与ME接口配合使用。只需确保不要在一套注魔装置上同时进行多个配方。",
|
|
"",
|
|
"另外,如果你花时间读了这条说明,那么告诉你:时间蜜蜂对神秘时代注魔同样有效 ;)"
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
# infusion claw
|
|
registerInfusionRecipeFromAddon(`${tcGado}:infusion_claw`, "INFUSION_CLAW",
|
|
<gadothaumy:infusion_claw>, 32,
|
|
[
|
|
<aspect:alienis> * 120, <aspect:machina> * 70, <aspect:ordo> * 70,
|
|
<aspect:praecantatio> * 60, <aspect:tenebrae> * 40
|
|
],
|
|
<thaumcraft:stabilizer>,
|
|
[
|
|
<thaumcraft:brain>, <thaumcraft:stone_arcane>,
|
|
<thaumadditions:adaminite_ingot>, <thaumcraft:stone_arcane>,
|
|
<thaumcraft:caster_basic>, <thaumcraft:stone_arcane>,
|
|
<thaumadditions:adaminite_ingot>, <thaumcraft:stone_arcane>
|
|
]
|
|
);
|
|
# KAMI armor
|
|
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_helm`, "TT_KAMIHELM",
|
|
<thaumictinkerer:kami_helm>, 32,
|
|
[
|
|
<aspect:aqua> * 150, <aspect:auram> * 125, <aspect:cognitio> * 125,
|
|
<aspect:victus> * 60, <aspect:lux> * 250, <aspect:praemunio> * 125
|
|
],
|
|
<thaumictinkerer:ichor_helm>,
|
|
[
|
|
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
|
|
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_helmet>,
|
|
<minecraft:potion>.withTag({Potion: "minecraft:night_vision"}), <thaumcraft:goggles>, <minecraft:ghast_tear>,
|
|
<minecraft:fish>, <minecraft:cake>, <minecraft:ender_eye>
|
|
]
|
|
);
|
|
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_chest`, "TT_KAMICHEST",
|
|
<thaumictinkerer:kami_chest>, 32,
|
|
[
|
|
<aspect:aer> * 150, <aspect:praemunio> * 125, <aspect:volatus> * 125,
|
|
<aspect:ordo> * 125, <aspect:lux> * 250, <aspect:alienis> * 60
|
|
],
|
|
<thaumictinkerer:ichor_chest>,
|
|
[
|
|
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
|
|
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_chestplate>,
|
|
<thaumcraft:cloud_ring>, <minecraft:elytra>, <minecraft:shield>,
|
|
<minecraft:feather>, <minecraft:ghast_tear>, <minecraft:arrow>
|
|
]
|
|
);
|
|
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_legs`, "TT_KAMILEGS",
|
|
<thaumictinkerer:kami_legs>, 32,
|
|
[
|
|
<aspect:aer> * 150, <aspect:praemunio> * 125, <aspect:volatus> * 125,
|
|
<aspect:ordo> * 125, <aspect:lux> * 250, <aspect:alienis> * 60
|
|
],
|
|
<thaumictinkerer:ichor_legs>,
|
|
[
|
|
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
|
|
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_leggings>,
|
|
<minecraft:potion>.withTag({Potion: "minecraft:fire_resistance"}), <thaumictinkerer:energetic_nitor>, <thaumcraft:lamp_arcane>,
|
|
<minecraft:lava_bucket>, <minecraft:fire_charge>, <minecraft:blaze_rod>
|
|
]
|
|
);
|
|
registerInfusionRecipeFromAddon(`${tcTinkerer}:kami_boots`, "TT_KAMIBOOTS",
|
|
<thaumictinkerer:kami_boots>, 32,
|
|
[
|
|
<aspect:terra> * 150, <aspect:praemunio> * 125, <aspect:instrumentum> * 125,
|
|
<aspect:motus> * 125, <aspect:lux> * 250, <aspect:herba> * 60,
|
|
<aspect:volatus> * 60
|
|
],
|
|
<thaumictinkerer:ichor_boots>,
|
|
[
|
|
<thaumadditions:mithrillium_ingot>, <thaumadditions:mithrillium_ingot>, <thaumictinkerer:kamiresource:2>,
|
|
<thaumictinkerer:kamiresource:2>, <minecraft:chorus_fruit_popped>, <minecraft:golden_boots>,
|
|
<minecraft:grass>, <minecraft:wheat_seeds>, <thaumcraft:lamp_growth>,
|
|
<thaumcraft:turret:2>, <minecraft:wool:0>, <minecraft:lead>
|
|
]
|
|
); |