/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1477 by torben, Mon May 23 16:02:15 2011 UTC revision 1490 by torben, Mon May 30 20:25:59 2011 UTC
# Line 57  public class PowerMiner extends BlockLis Line 57  public class PowerMiner extends BlockLis
57                  case 2:                  case 2:
58                  case 3:                                  case 3:                
59                          return null; //instabreak already drops dirt                          return null; //instabreak already drops dirt
60                    case 5:
61                            return null; //instabreak drops wooden plank
62                  case 12:                  case 12:
63                          return null; //instabreak drops sand                          return null; //instabreak drops sand
64                  case 13:                  case 13:
# Line 89  public class PowerMiner extends BlockLis Line 91  public class PowerMiner extends BlockLis
91                          return new ItemStack(331,4); //redstone ore (both glowing and non-glowing) drops 4 redstone                          return new ItemStack(331,4); //redstone ore (both glowing and non-glowing) drops 4 redstone
92                  case 82:                  case 82:
93                          return null; //instabreak drops clay from clayblock                          return null; //instabreak drops clay from clayblock
94                    case 88:
95                            return null; //instabreak drops soul sand
96                  default:                  default:
97                          return new ItemStack(b.getTypeId(), 1,(short)0, b.getData());                          return new ItemStack(b.getTypeId(), 1,(short)0, b.getData());
98                  }                  }

Legend:
Removed from v.1477  
changed lines
  Added in v.1490

  ViewVC Help
Powered by ViewVC 1.1.20