Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package net.minecraft.src;
- import net.minecraft.src.forge.*;
- public class RcCherrySaplingHandler implements IBonemealHandler
- {
- private int bid = ;
- public boolean onUseBonemeal(World world, int bid, int i, int j, int k)
- {
- if(bid == )
- return true;
- {
- ((RcAncientPlant)mod_ReactionCraft.AncientPlant).fertilize(world, i, j, k);
- }
- return false;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment