/[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 1491 by torben, Tue May 31 15:06:50 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 54:                  case 54:
81                          return null; //instabreak drops chests                          return null; //instabreak drops chests
82                  case 56: //diamond ore drops diamond                  case 56: //diamond ore drops diamond
# Line 82  public class PowerMiner extends BlockLis Line 84  public class PowerMiner extends BlockLis
84                  case 58:                  case 58:
85                          return null; //instabreak drops craft tables                          return null; //instabreak drops craft tables
86                  case 64: //instabreak drops wooden doors                  case 64: //instabreak drops wooden doors
87                    case 65: //instabreak drops ladders
88                  case 66:                  case 66:
89                          return null; //instabreak drops rails                          return null; //instabreak drops rails
90                  case 71: //instabreak drops iron doors                  case 71: //instabreak drops iron doors
# Line 89  public class PowerMiner extends BlockLis Line 92  public class PowerMiner extends BlockLis
92                  case 73:                  case 73:
93                  case 74:                  case 74:
94                          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
95                    case 75:
96                    case 76:
97                            return null; //instabreak drops redstone torches (both on and off)
98                  case 82:                  case 82:
99                          return null; //instabreak drops clay from clayblock                          return null; //instabreak drops clay from clayblock
100                  case 88:                  case 88:
101                          return null; //instabreak drops soul sand                          return null; //instabreak drops soul sand
102                    case 93: //instabreak drops repeater both on and off
103                    case 94:
104                            return null;
105                  default:                  default:
106                          return new ItemStack(b.getTypeId(), 1,(short)0, b.getData());                          return new ItemStack(b.getTypeId(), 1,(short)0, b.getData());
107                  }                  }

Legend:
Removed from v.1490  
changed lines
  Added in v.1491

  ViewVC Help
Powered by ViewVC 1.1.20