#Slick crosshair
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1750012575:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
you should just need to make the crosshair texture larger
isnt it in a file alongside the other ui
its in icons.png
do i js make this larger
and how do i like
let minecraft know its over 16x
minecraft will just know it's larger, you don't need to do anything else
as of 1.20.2 it's seperated into it's own individual file but if you're in an earlier version then yes you'll just have to increase the size of the whole icons.png sheet
specifying your version is always a good idea especially if you're using one that outdated, but afaik it shouldn't really change anything about what i've told you in this case.
Ill give it a go
Minecraft doesn't care about the actual pixel size, it only cares about the width-height-ration. It then just scales the texture to fit the space it needs to go in.
The only thing you should keep track of is making it a multiple of 2 (16, 32, 64, 128, etc.) so mipmapping can work on those textures.
This question has been inactive for some time, so it's going to be closed for inactivity. If you still need it, please disregard this message.