Closed Rellit-219 closed 4 years ago
The issue is most probably caused by missing texture files or incorrect UV coordinates.
Assuming the project is open source, can you show me the location of the textures via link?
This is the location for the referenced texture: https://github.com/boredhero/pv/tree/dev/src/main/resources/assets/vinum/textures/gui
The dimensions of valid textures have to be matching powers of two (i.e. 32x32
, 64x64
, 128x128
).
Note that I haven't tested this out so the safest bet would be to use a standard vanilla 256x256
format for textures (which will work) and just pack each texture with as much assets as you can.
Will try thanks.
Yep that fixed it!
This black box appears on the crosshair, no matter where you specify the position.
Implementation: