/[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 1476 by torben, Fri May 20 15:51:47 2011 UTC revision 1477 by torben, Mon May 23 16:02:15 2011 UTC
# Line 73  public class PowerMiner extends BlockLis Line 73  public class PowerMiner extends BlockLis
73                  case 27:                  case 27:
74                  case 28:                  case 28:
75                          return null; //instabreak drops powered and detector rails                          return null; //instabreak drops powered and detector rails
76                    case 54:
77                            return null; //instabreak drops chests
78                  case 56: //diamond ore drops diamond                  case 56: //diamond ore drops diamond
79                          return new ItemStack(264,1);                          return new ItemStack(264,1);
80                    case 58:
81                            return null; //instabreak drops craft tables
82                    case 64: //instabreak drops wooden doors
83                  case 66:                  case 66:
84                          return null; //instabreak drops rails                          return null; //instabreak drops rails
85                    case 71: //instabreak drops iron doors
86                            return null;
87                  case 73:                  case 73:
88                  case 74:                  case 74:
89                          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

Legend:
Removed from v.1476  
changed lines
  Added in v.1477

  ViewVC Help
Powered by ViewVC 1.1.20