/[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 1471 by torben, Fri May 20 15:51:47 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 73  public class PowerMiner extends BlockLis Line 75  public class PowerMiner extends BlockLis
75                  case 27:                  case 27:
76                  case 28:                  case 28:
77                          return null; //instabreak drops powered and detector rails                          return null; //instabreak drops powered and detector rails
78                    case 54:
79                            return null; //instabreak drops chests
80                  case 56: //diamond ore drops diamond                  case 56: //diamond ore drops diamond
81                          return new ItemStack(264,1);                          return new ItemStack(264,1);
82                    case 58:
83                            return null; //instabreak drops craft tables
84                    case 64: //instabreak drops wooden doors
85                  case 66:                  case 66:
86                          return null; //instabreak drops rails                          return null; //instabreak drops rails
87                    case 71: //instabreak drops iron doors
88                            return null;
89                  case 73:                  case 73:
90                  case 74:                  case 74:
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.1471  
changed lines
  Added in v.1490

  ViewVC Help
Powered by ViewVC 1.1.20