Custom Crosshair Mod circle fix 图标

Custom Crosshair Mod circle fix

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/custom-crosshair-mod-circle-fix
资源信息

Minecraft 版本: 1.21.11

平台: fabric

标签: decoration utility

资源介绍

Custom Crosshair Mod Fix

A small compatibility patch for Minecraft 1.21.11 that fixes broken circle crosshair rendering (https://modrinth.com/mod/custom-crosshair-mod).

This mod does not replace the original mod and requires the original mod to be installed.

How that works?

The render was broken because the original mod drew the circle using an old line-based approach: it generated points around the circle and submitted them as a line render state.

Original idea:

for (int i = startAngle; i <= endAngle; i++) {
    float radians = (i - 90) * ratio;
    points.add(x + cos(radians) * radius);
    points.add(y + sin(radians) * radius);
}

The problem was that the original ModLinesGuiElementRenderState used a debug/line pipeline with lineWidth(2.0F). In Minecraft 1.21.11’s newer GUI render-state system, that line rendering path became unreliable: the circle could break into chunks, disappear, or render with incorrect thickness.

So this mod overrides old circle rendering replaces it with RingGuiElementRenderState

The rendering is different from the original in older versions!

Comparing

old:
old variation

new:
new

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
CraftVenture

价格:0 墨喵币
下载量:0

查看详情
Craftable Capes ReForge

价格:0 墨喵币
下载量:0

查看详情
Lead Ore and Crafts

价格:0 墨喵币
下载量:0

查看详情
HeyFarhanYT X Optimized

价格:0 墨喵币
下载量:0

查看详情