Guest User

Untitled

a guest
May 16th, 2012
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. package net.minecraft.src;
  2.  
  3. import net.minecraft.src.forge.*;
  4.  
  5. public class RcCherrySaplingHandler implements IBonemealHandler
  6. {
  7. private int bid = ;
  8. public boolean onUseBonemeal(World world, int bid, int i, int j, int k)
  9. {
  10. if(bid == )
  11. return true;
  12. {
  13. ((RcAncientPlant)mod_ReactionCraft.AncientPlant).fertilize(world, i, j, k);
  14. }
  15. return false;
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment