oraxen / oraxen

Oraxen is a minecraft plugin that allows to easily use Minecraft 1.14 features in order to create new items with custom textures. It handles the resourcepack generation, upload (using Polymath) and has an extensible API.
https://docs.oraxen.com/
Other
612 stars 313 forks source link

[BUG] Font images are in block atlas, causing mip level to decrease #1513

Closed szarkans closed 2 weeks ago

szarkans commented 1 month ago

I have checked...

Description

I have mcpaint and customfishing resourcepacks in assets folder of Oraxen, they have a lot of font images, which are going to blocks.json atlas for some reason and decreasing mip level from 4 to 0 Same thing with Oraxen's glyphs

I managed to get it to mip level 1 by turning off texture slicer, but still

[21:55:53] [Worker-ResourceReload-27/WARN]:
Texture modelengine:entity/guide_skin_face with size 8x8 limits mip level from 4 to 3
[21:55:53] [Worker-ResourceReload-27/WARN]:
Texture minecraft:glyphs/prefixes/tiktok with size 10x8 limits mip level from 3 to 1
[21:55:53] [Worker-ResourceReload-27/WARN]:
minecraft:textures/atlas/blocks.png: dropping miplevel from 4 to 1, because of minimum power of two: 2

Steps to reproduce

I guess merge any resourcepack with font in it. e.g. MC Paint - https://modrinth.com/datapack/mc-paint/version/1.3.1

Plugin Version

1.181.0

ProtocolLib Version

5.3.0-SNAPSHOT-726

Server Software & Version

Current Purpur Version: 1.21.1-2296-568a028 (MC: 1.21.1)*

How breaking is the bug?

Minor Bug - Plugin completely functional, but features have non-working aspects

Boy0000 commented 2 weeks ago

fixed next update thanks