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

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

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

revision 1523 by torben, Fri Jun 24 11:13:59 2011 UTC revision 1524 by torben, Sun Jun 26 10:04:04 2011 UTC
# Line 85  public class SuperMiner extends BlockLis Line 85  public class SuperMiner extends BlockLis
85    
86                                          int id = b.getTypeId();                                          int id = b.getTypeId();
87    
88                                          if (id == 1 || id == 2 || id == 3 || id == 4 || id == 8 || id == 9 || id == 10 || id == 11 || id == 13) {                                          if (id == 1 || id == 2 || id == 3 || id == 4 || id == 8 || id == 9 || id == 10 || id == 11 || id == 13 || id == 87) {
89                                                  b.setTypeId( 0 );                                                  b.setTypeId( 0 );
90                                          }                                          }
91                                  }                                  }

Legend:
Removed from v.1523  
changed lines
  Added in v.1524

  ViewVC Help
Powered by ViewVC 1.1.20