All Biomes O Plenty leaves are now instantly destroyed by shears

This commit is contained in:
Adubbz 2013-04-20 12:07:00 +10:00
parent 4e4fa7b3d3
commit 8bbc30dd2e
1 changed files with 6 additions and 0 deletions

View File

@ -341,6 +341,12 @@ public class BOPBlocks {
//Other
// OreDictionary.registerOre("treeLeaves", new ItemStack(bambooLeaves));
//Shears VS Blocks
Blocks.shearBlockIds.put(Blocks.leaves1.get().blockID, 15.0F);
Blocks.shearBlockIds.put(Blocks.leaves2.get().blockID, 15.0F);
Blocks.shearBlockIds.put(Blocks.leavesColorized.get().blockID, 15.0F);
Blocks.shearBlockIds.put(Blocks.leavesFruit.get().blockID, 15.0F);
GameRegistry.addRecipe(new ItemStack(Blocks.redRock.get(), 4, 2), new Object[] {"RR", "RR", 'R', new ItemStack(Blocks.redRock.get(),1,0)});
// TODO