Wilyicaro / Legacy-Minecraft

This mod adapts all the features from old Minecraft Legacy Console edition
MIT License
148 stars 38 forks source link

Using Programmer Art with Legacy4J 1.6 removes mipmapping #210

Closed Permdog99 closed 6 months ago

Permdog99 commented 6 months ago

Before 2024-04-26_19 41 24

After 2024-04-26_19 41 51

Wilyicaro commented 6 months ago

This isn't a Legacy4J issue, only resources provided by Fabric API were used to modify Programmer Art

Permdog99 commented 6 months ago

Actually it is L4J. The armor slot textures added in programmer art is too large for the game to handle, making it fallback to a mipmap of 1

Permdog99 commented 6 months ago

[22:10:45] [Worker-Main-9/WARN]: Texture minecraft:item/empty_armor_slot_chestplate with size 38x38 limits mip level from 4 to 1 [22:10:45] [Worker-Main-9/WARN]: minecraft:textures/atlas/blocks.png: dropping miplevel from 4 to 1, because of minimum power of two: 2

These are my logs. Removing the armor textures fixes the issue from my testing