/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/SuperMiner.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/SuperMiner.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1605 by torben, Tue Aug 16 16:04:01 2011 UTC revision 1606 by torben, Sun Oct 2 12:44:57 2011 UTC
# Line 82  public class SuperMiner extends BlockLis Line 82  public class SuperMiner extends BlockLis
82                  Location l = location;                  Location l = location;
83    
84                  for (int x=(radius*-1); x<=radius; x++) {                  for (int x=(radius*-1); x<=radius; x++) {
85                          for (int y=0; y<=radius; y++) {                          for (int y=0; y<=(radius*2); y++) {
86                                  for (int z=(radius*-1); z<=radius; z++) {                                  for (int z=(radius*-1); z<=radius; z++) {
87    
88                                          Block b = world.getBlockAt( l.getBlockX()+x, l.getBlockY()+y, l.getBlockZ()+z);                                          Block b = world.getBlockAt( l.getBlockX()+x, l.getBlockY()+y, l.getBlockZ()+z);

Legend:
Removed from v.1605  
changed lines
  Added in v.1606

  ViewVC Help
Powered by ViewVC 1.1.20