package com.nj.augury.block;
import com.nj.augury.references.Names;
public class BlockInfusedAspectBlockAir extends BlockWrapper{
public BlockInfusedAspectBlockAir(){
super();
this.setBlockName(Names.Blocks.INFUSED_ASPECT_BLOCK_AIR);
this.setBlockTextureName(Names.Blocks.INFUSED_ASPECT_BLOCK_AIR);
}
}