View difference between Paste ID: VdhnBrWe and GwFRNfQB
SHOW: | | - or go back to the newest paste.
1
package net.minecraft.src;
2
3
import net.minecraft.src.forge.*;
4
5
public class RcCherrySaplingHandler implements IBonemealHandler
6
{
7-
        private int bid = ;
7+
8
        {
9
        	if(bid == mod_ReactionCraft.AncientPlant.blockID)
10-
        	if(bid == )
10+
                {
11-
        			return true;
11+
      			return true;
12-
                        {
12+
                        ((RcAncientPlant)mod_ReactionCraft.AncientPlant).fertilize(world, i, j, k);
13-
                                ((RcAncientPlant)mod_ReactionCraft.AncientPlant).fertilize(world, i, j, k);
13+
                }
14-
                        }
14+
                return false;
15-
                        return false;
15+
16
17
}