Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. recipes.remove(<primal:stone_basin>);
  2. recipes.remove(<primal:wheat_ground>);
  3. recipes.remove(<primal:urushi_ground>);
  4. recipes.remove(<primal:nether_fiber_pulp>);
  5. recipes.remove(<primal:plant_fiber_pulp>);
  6. recipes.remove(<primal:corn_ground>);
  7.  
  8. mods.jei.JEI.hide(<primal:stone_basin>);
  9. recipes.addShapeless(<primal:wheat_ground>, [<minecraft:wheat>, <botania:pestleandmortar>.anyDamage()]);
  10. recipes.addShapeless(<primal:urushi_ground>, [<primal:nether_root>, <botania:pestleandmortar>.anyDamage()]);
  11. recipes.addShapeless(<primal:urushi_ground>, [<minecraft:red_flower>, <botania:pestleandmortar>.anyDamage()]);
  12. recipes.addShapeless(<primal:urushi_ground>, [<minecraft:yellow_flower>, <botania:pestleandmortar>.anyDamage()]);
  13. recipes.addShapeless(<primal:nether_fiber_pulp>, [<primal:nether_tinder>, <botania:pestleandmortar>.anyDamage()]);
  14. recipes.addShapeless(<primal:plant_fiber_pulp>, [<primal:plant_tinder>, <botania:pestleandmortar>.anyDamage()]);
  15. recipes.addShapeless(<primal:corn_ground>, [<primal:corn_seeds> * 2, <botania:pestleandmortar>.anyDamage()]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement