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