/[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 1490 by torben, Mon May 30 20:25:59 2011 UTC revision 1493 by torben, Wed Jun 1 21:32:12 2011 UTC
# Line 75  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:                  case 54:
83                          return null; //instabreak drops chests                          return null; //instabreak drops chests
84                  case 56: //diamond ore drops diamond                  case 56: //diamond ore drops diamond
# Line 82  public class PowerMiner extends BlockLis Line 86  public class PowerMiner extends BlockLis
86                  case 58:                  case 58:
87                          return null; //instabreak drops craft tables                          return null; //instabreak drops craft tables
88                  case 64: //instabreak drops wooden doors                  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                  case 71: //instabreak drops iron doors
# Line 89  public class PowerMiner extends BlockLis Line 94  public class PowerMiner extends BlockLis
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:                  case 88:
103                          return null; //instabreak drops soul sand                          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.1490  
changed lines
  Added in v.1493

  ViewVC Help
Powered by ViewVC 1.1.20