This commit is contained in:
ZHAY10086
2026-07-02 16:56:56 +08:00
parent 6e8de90c52
commit 41c76e04e1
1287 changed files with 20910 additions and 6637 deletions
+33
View File
@@ -612,3 +612,36 @@ recipes.addShaped(<contenttweaker:twilit_venom>*64,
[<twilightforest:naga_scale>, <contenttweaker:twilit_venom>, <twilightforest:naga_scale>],
[<twilightforest:naga_scale>, <enderio:item_soul_vial:1>.withTag({entityId: "bewitchment:snake"}), <twilightforest:naga_scale>]]);
// village finder
recipes.addShaped(<contenttweaker:emerald_compass>,
[[<minecraft:wheat>, <minecraft:wheat>, <minecraft:wheat>],
[<minecraft:wheat>, <minecraft:compass>, <minecraft:wheat>],
[<minecraft:wheat>, <minecraft:emerald>, <minecraft:wheat>]]);
// pale ore
mods.abyssalcraft.InfusionRitual.addRitual("paleOreMetal",
4, 53, 10000, false,
<contenttweaker:pale_metal>,
<contenttweaker:pale_ore>,
[<extrabotany:material:3>, <bewitchment:sigil_shrieking>,
<extrabotany:material:3>, <bewitchment:sigil_shrieking>,
<extrabotany:material:3>, <bewitchment:sigil_shrieking>,
<extrabotany:material:3>, <bewitchment:sigil_shrieking>],
false, ["ench"]);
game.setLocalization("ac.ritual.paleOreMetal", "The ore is Pale");
game.setLocalization("ac.ritual.paleOreMetal.desc", "A Pale Ore");
// fenrir
recipes.addShaped(<contenttweaker:investiture_of_fenrir>,
[[<contenttweaker:sympan_spirit>, <contenttweaker:dynatos_star>, <contenttweaker:sympan_spirit>],
[<contenttweaker:dynatos_star>, <contenttweaker:investiture_of_the_direwolf>, <contenttweaker:dynatos_star>],
[<contenttweaker:sympan_spirit>, <contenttweaker:dynatos_star>, <contenttweaker:sympan_spirit>]]);