Skip to content

Commit

Permalink
Merge pull request sebinside#104 from pbflo/Assembly-Halo
Browse files Browse the repository at this point in the history
Advanced Assembly Halo Crafting
  • Loading branch information
sebinside authored Nov 26, 2021
2 parents d97667b + 18d1400 commit a4be7fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/botania.zs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ mods.jei.JEI.addDescription(<minecraft:bucket>, [
]);


//Like Handheld Advanced Crafting but for the Assembly Halo
recipes.remove(<botania:craftinghalo>);
recipes.addShaped("extendedcrafting_craftinghalo", <botania:craftinghalo>, [
[null, <ore:manaPearl>, null],
[<ore:ingotManasteel>, <extendedcrafting:table_advanced>, <ore:ingotManasteel>],
[null, <ore:ingotManasteel>, null]
]);

// "Easier" Gourmaryllis recipe
mods.botania.Apothecary.removeRecipe("gourmaryllis");
mods.botania.Apothecary.addRecipe("gourmaryllis", [
Expand Down

0 comments on commit a4be7fc

Please sign in to comment.