2014-01-17 14:12:49 -05:00
|
|
|
package WayofTime.alchemicalWizardry.common.tileEntity;
|
|
|
|
|
|
|
|
import net.minecraft.tileentity.TileEntity;
|
|
|
|
|
2014-01-17 21:43:13 +00:00
|
|
|
public class TEImperfectRitualStone extends TileEntity
|
|
|
|
{
|
2014-01-17 14:12:49 -05:00
|
|
|
public TEImperfectRitualStone()
|
|
|
|
{
|
|
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
}
|