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