*/
public ArtifactBlock(Plugin plugin, int stage, int grow) {
super(plugin, "ArtifactBlock0"+Integer.toString(stage)+"_0"+Integer.toString(grow), ConflictPlugin.ARTIFACTBLOCKID, "", 16);
this.getBlockDesign().setTexture(plugin, new Texture(plugin, "http://tossat.de/~mcbukkit/images/step"+stage+"_"+grow+".png", 16, 16, 16));
this.stage = stage;
this.grow = grow;
this.setHardness(ConflictPlugin.artBlockHardness);
this.timeForGrow=1000*ConflictPlugin.blockGrowTime;
ConflictPlugin.allArtifacts.add(this);