Skip to content

Commit

Permalink
巫术script更新
Browse files Browse the repository at this point in the history
  • Loading branch information
[Kiwi233] committed Feb 22, 2020
1 parent 577b373 commit c5b755c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions scripts/Witchery.zs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ recipes.addShapeless(<witchery:ingredient:7> * 4, [<minecraft:bone>, <ore:crafti
recipes.addShaped(<witchery:ingredient:81>, [
[<witchery:ingredient:22>, <witchery:ingredient:21>, <witchery:garlic>],
[<ore:dyeBlack>, <ore:craftingBook>, <ore:craftingFeather>],
[<witchery:ingredient:69>, <witchery:ingredient:156>, <witchery:ingredient:111>]]);
[<witchery:ingredient:69>, <witchery:ingredient:156>, <ore:listAllseed>]]);

// --- Book of Biome
recipes.addShaped(<witchery:ingredient:106>, [
Expand All @@ -177,7 +177,7 @@ recipes.addShaped(<witchery:ingredient:106>, [
recipes.addShaped(<witchery:ingredient:127>, [
[<witchery:poppet>.withTag({WITCDamage: 0}), <witchery:ingredient:7>, <witchery:ingredient:14>],
[<ore:dyeBlack>, <ore:craftingBook>, <ore:craftingFeather>],
[<witchery:ingredient:74>, <witchery:ingredient:25>, <witchery:ingredient:90>]]);
[<witchery:ingredient:74>, <witchery:ingredient:25>, <ore:flowerYellow>]]);

// --- Book of Collection Fumes
recipes.addShaped(<witchery:ingredient:46>, [
Expand All @@ -201,7 +201,7 @@ recipes.addShaped(<witchery:ingredient:107>, [
recipes.addShaped(<witchery:ingredient:47>, [
[<witchery:ingredient:27>, <witchery:ingredient:10>, <witchery:ingredient:27>],
[<ore:dyeBlack>, <ore:craftingBook>, <ore:craftingFeather>],
[<witchery:ingredient:27>, <witchery:cauldron>, <witchery:ingredient:27>]]);
[<witchery:ingredient:27>, <minecraft:cauldron>, <witchery:ingredient:27>]]);

// --- Book of Circle Magic
recipes.addShaped(<witchery:ingredient:48>, [
Expand All @@ -211,16 +211,15 @@ recipes.addShaped(<witchery:ingredient:48>, [

// --- Book of Brews and Infusions
recipes.addShaped(<witchery:ingredient:49>, [
[<witchery:ingredient:34>, <witchery:ingredient:37>, <witchery:ingredient:34>],
[<witchery:ingredient:34>, <witchery:ingredient:34>, <witchery:ingredient:34>],
[<ore:dyeBlack>, <ore:craftingBook>, <ore:craftingFeather>],
[<witchery:ingredient:21>, <minecraft:brewing_stand>, <witchery:ingredient:21>]]);
[<witchery:ingredient:21>, <minecraft:cauldron>, <witchery:ingredient:21>]]);

// --- Earmuffs
recipes.addShaped(<witchery:earmuffs>, [
[<ore:srewThaumium>, <ore:springSteel>, <ore:srewThaumium>],
[<ore:screwThaumium>, <ore:springSteel>, <ore:screwThaumium>],
[<ore:dyeBlack>, <ore:craftingToolWrench>, <ore:craftingFeather>],
[<ore:ringThaumium>, <ore:craftingScrewdriver>, <ore:ringThaumium>]]);

[<ore:ringThaumium>, <ore:craftingToolScrewdriver>, <ore:ringThaumium>]]);



Expand Down Expand Up @@ -314,9 +313,9 @@ game.setLocalization("tc.research_text.QUARTZSPHERE", "[WI]\u53ec\u5524\u5973\u5
mods.thaumcraft.Research.addPrereq("QUARTZSPHERE", "ATTUNEDSTONE", false);
mods.thaumcraft.Research.addPage("QUARTZSPHERE", "Witchery.research_page.QUARTZSPHERE");
game.setLocalization("Witchery.research_page.QUARTZSPHERE", "\u7403\u72b6\u77f3\u82f1\u662f\u5236\u4f5c\u6c34\u6676\u7403%28\u4eea\u5f0f%29\u7684\u4e3b\u8981\u6750\u6599.");
mods.thaumcraft.Arcane.addShaped("QUARTZSPHERE", <witchery:ingredient:92>, "aer 50, ignis 50, terra 50, ordo 50", [
mods.thaumcraft.Arcane.addShaped("QUARTZSPHERE", <witchery:ingredient:92>, "aer 25, ignis 25, terra 25, ordo 25", [
[<ore:plateNetherQuartz>, <ore:plateQuartzite>, <ore:plateNetherQuartz>],
[<ore:plateCertusQuartz>, <ore:gemExquisiteGlass>, <ore:plateCertusQuartz>],
[<ore:plateCertusQuartz>, <ore:lensGlass>, <ore:plateCertusQuartz>],
[<ore:plateNetherQuartz>, <ore:plateQuartzite>, <ore:plateNetherQuartz>]]);
mods.thaumcraft.Research.addArcanePage("QUARTZSPHERE", <witchery:ingredient:92>);

Expand Down

0 comments on commit c5b755c

Please sign in to comment.