Skip to content

Commit

Permalink
Update ScriptMagicBees.java
Browse files Browse the repository at this point in the history
change back research
  • Loading branch information
Dream-Master committed Jan 2, 2024
1 parent 5b3bf6e commit ee15d11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/dreammaster/scripts/ScriptMagicBees.java
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,7 @@ 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.GREED, 50)
.add(Aspect.getAspect("tempus"), 25),
new AspectList().add(Aspect.MAGIC, 100).add(Aspect.HARVEST, 75).add(Aspect.getAspect("tempus"), 50),
getModItem(Thaumcraft.ID, "blockEssentiaReservoir", 1, 0, missing),
new ItemStack[] { getModItem(Thaumcraft.ID, "blockTube", 1, 2, missing),
getModItem(MagicBees.ID, "pollen", 1, 0, missing),
Expand Down

0 comments on commit ee15d11

Please sign in to comment.