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

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/deprecated/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 1493 by torben, Wed Jun 1 21:32:12 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 50:
79                            return null; //instabreak drops torches
80                    case 53:
81                            return null; //instabreak drops wood for wooden stairs
82                    case 54:
83                            return null; //instabreak drops chests
84                  case 56: //diamond ore drops diamond                  case 56: //diamond ore drops diamond
85                          return new ItemStack(264,1);                          return new ItemStack(264,1);
86                    case 58:
87                            return null; //instabreak drops craft tables
88                    case 64: //instabreak drops wooden doors
89                    case 65: //instabreak drops ladders
90                  case 66:                  case 66:
91                          return null; //instabreak drops rails                          return null; //instabreak drops rails
92                    case 71: //instabreak drops iron doors
93                            return null;
94                  case 73:                  case 73:
95                  case 74:                  case 74:
96                          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
97                    case 75:
98                    case 76:
99                            return null; //instabreak drops redstone torches (both on and off)
100                  case 82:                  case 82:
101                          return null; //instabreak drops clay from clayblock                          return null; //instabreak drops clay from clayblock
102                    case 88:
103                            return null; //instabreak drops soul sand
104                    case 93: //instabreak drops repeater both on and off
105                    case 94:
106                            return null;
107                  default:                  default:
108                          return new ItemStack(b.getTypeId(), 1,(short)0, b.getData());                          return new ItemStack(b.getTypeId(), 1,(short)0, b.getData());
109                  }                  }

Legend:
Removed from v.1471  
changed lines
  Added in v.1493

  ViewVC Help
Powered by ViewVC 1.1.20