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

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

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

revision 1747 by torben, Sun Mar 18 11:38:57 2012 UTC revision 1748 by torben, Sun Mar 18 11:43:52 2012 UTC
# Line 183  public class TemplateCommand implements Line 183  public class TemplateCommand implements
183                                          int x = loc.getBlockX() + i + 1;                                          int x = loc.getBlockX() + i + 1;
184                                          int y = loc.getBlockY() + j;                                          int y = loc.getBlockY() + j;
185                                          int z = loc.getBlockZ() + k;                                          int z = loc.getBlockZ() + k;
186                                            
187                                            if (y >= 256) {
188                                                    continue;
189                                            }
190    
191                                          int type = template[i][j][k].id;                                          int type = template[i][j][k].id;
192                                          byte data = (byte) template[i][j][k].subId;                                          byte data = (byte) template[i][j][k].subId;

Legend:
Removed from v.1747  
changed lines
  Added in v.1748

  ViewVC Help
Powered by ViewVC 1.1.20