-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Bug: UnconfirmedThis could possibly be a bug, but it hasn't been confirmed yet.This could possibly be a bug, but it hasn't been confirmed yet.
Description
Describe the bug
The texture included with the AdvancedJobsUI Addon breaks mipmaps due to not being a factor of 2. I fixed this by just replacing the 1px x 1px image with a blank png with a higher factor (in my case 16x16px). But lots of users won't know why this is happening or how to fix it.
How to reproduce
Install the Advanced Jobs UI Addon with ItemsAdder or Oraxen. When the tx.png
file loads, it will result in an error.
[WARN] Texture minecraft:advancedjobs/tx with size 1x1 limits mip level from 4 to 0
[WARN] minecraft:textures/atlas/blocks.png: dropping miplevel from 4 to 0, because of minimum power of two: 1
Graphical quality will drop across the board for the client. MC will reduce all mipmapping due to a single texture being malformed.
Again, the fix is simply to update the fix to use an image with dimensions that have a factor of 2.
Screenshots / Videos
No response
Server Log
No response
Metadata
Metadata
Assignees
Labels
Bug: UnconfirmedThis could possibly be a bug, but it hasn't been confirmed yet.This could possibly be a bug, but it hasn't been confirmed yet.