Achtung, wie schon gesagt, der code gehört NICHT mir.
public static void drawBorderedCircle(int x, int y, float radius, int outsideC, int insideC) {
GlStateManager.color(0.5F, 0.5F, 0.6F);
GL11.glEnable(3042);
GL11.glDisable(3553);
GL11.glBlendFunc(770, 771);
GL11.glEnable(2848)...