Advertisement
DoomRater

Untitled

Dec 16th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. import mods.roots.RunicShears;
  2.  
  3. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_angus>, 20 * 30);
  4. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_friesian>, 20 * 30);
  5. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_hereford>, 20 * 30);
  6. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_highland>, 20 * 30);
  7. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_holstein>, 20 * 30);
  8. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_jersey>, 20 * 30);
  9. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_longhorn>, 20 * 30);
  10. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:bull_mooshroom>, 20 * 30);
  11. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_angus>, 20 * 30);
  12. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_friesian>, 20 * 30);
  13. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_hereford>, 20 * 30);
  14. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_highland>, 20 * 30);
  15. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_holstein>, 20 * 30);
  16. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_jersey>, 20 * 30);
  17. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_longhorn>, 20 * 30);
  18. RunicShears.addEntityRecipe("cow_fey_leather",<roots:fey_leather>,<entity:animania:cow_mooshroom>, 20 * 30);
  19.  
  20. RunicShears.addEntityRecipe("horse_fey_leather",<roots:fey_leather>,<entity:animania:mare_draft>, 20 * 30);
  21. RunicShears.addEntityRecipe("horse_fey_leather",<roots:fey_leather>,<entity:animania:stallion_draft>, 20 * 30);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement