Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 1, 2024
1 parent 4103d71 commit d74a5bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/java/com/dreammaster/scripts/ScriptMagicBees.java
Original file line number Diff line number Diff line change
Expand Up @@ -1128,15 +1128,16 @@ public void loadRecipes() {
"MB_ApiamancersDrainer",
getModItem(MagicBees.ID, "apiamancersDrainer", 1, 0, missing),
5,
new AspectList().add(Aspect.MAGIC, 100).add(Aspect.HARVEST, 75).add(Aspect.getAspect("tempus"), 50),
new AspectList().add(Aspect.MAGIC, 100).add(Aspect.HARVEST, 75).add(Aspect.GREED, 50)
.add(Aspect.getAspect("tempus"), 25),
getModItem(Thaumcraft.ID, "blockEssentiaReservoir", 1, 0, missing),
new ItemStack[] { getModItem(Thaumcraft.ID, "blockTube", 1, 2, missing),
getModItem(MagicBees.ID, "pollen", 1, 0, missing),
getModItem(GoodGenerator.ID, "essentiaCell", 1, 1, missing),
getModItem(GoodGenerator.ID, "essentiaCell", 1, 1, missing),
getModItem(MagicBees.ID, "pollen", 1, 1, missing),
getModItem(GoodGenerator.ID, "essentiaCell", 1, 1, missing),
getModItem(GoodGenerator.ID, "essentiaCell", 1, 1, missing), });
getModItem(GoodGenerator.ID, "essentiaCell", 1, 1, missing),
getModItem(MagicBees.ID, "pollen", 1, 1, missing) });
TCHelper.refreshResearchPages("MB_VisAuraProvider");
TCHelper.refreshResearchPages("MB_EssenceLife");
TCHelper.refreshResearchPages("MB_EssenceDeath");
Expand Down

0 comments on commit d74a5bb

Please sign in to comment.