Advertisement
the-vindex

Mage Quest - fix for Botania Alchemy Catalyst

Oct 19th, 2014
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. var brewingStand2 = <brewingapi:brewingapi_brewingStand2>;
  3. var livingRock = <Botania:livingrock>;
  4. var goldIngot = <minecraft:gold_ingot>;
  5. var manaPearl = <ore:manaPearl>;
  6.  
  7. recipes.removeShaped(<Botania:alchemyCatalyst>);
  8.  
  9. recipes.addShaped(<Botania:alchemyCatalyst>,[
  10. [livingRock,goldIngot,livingRock],
  11. [brewingStand2,manaPearl,brewingStand2],
  12. [livingRock,goldIngot,livingRock],
  13. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement