/[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 1390 by torben, Mon Apr 25 20:10:53 2011 UTC revision 1391 by torben, Mon Apr 25 20:15:48 2011 UTC
# Line 87  public class PowerMiner extends BlockLis Line 87  public class PowerMiner extends BlockLis
87                                                                    
88                                  if (b.getTypeId() == 7) //don't remove bedrock                                  if (b.getTypeId() == 7) //don't remove bedrock
89                                          return;                                          return;
90                                    if (b.getTypeId() == 90) //don't break portal
91                                            return;
92                                                                    
93                                  event.setInstaBreak(true);                                  event.setInstaBreak(true);
94                                                                    

Legend:
Removed from v.1390  
changed lines
  Added in v.1391

  ViewVC Help
Powered by ViewVC 1.1.20