Noaaan / MythicMetals

Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Other
73 stars 26 forks source link

Changes Z Position for text elements not a part of the mod #200

Closed VoidedMirror closed 8 months ago

VoidedMirror commented 8 months ago

This mod moves many text elements in containers and inventories by 5 points towards the camera. This messes with mods/resourcepacks that depend on the default vanilla text display behaviors.

I'm not sure why this was done to the Vanilla text system, but it should be possible to resolve any issues this had by only affecting Mythic Metals text system.

Noaaan commented 8 months ago

There should not be any code in this mod which changes this behavior. Could you provide more details on reproducing this issue? If you could attach your latest.log, which contains many useful details (like a full modlist with versions, and your Minecraft version) it would be a great help. As well as the name of the resource packs you have experienced this issue with

VoidedMirror commented 8 months ago

I did some more testing. Seems it's not Mythic Metals doing it but the behavior changed when I disabled only Mystic Metals from the pack I'm testing with. Sorry for the confusion seems some other mod is responsible.

VoidedMirror commented 8 months ago

Yeah it seems to be an issue with mods that use owo-lib. I'll post the issue over on their page.

Noaaan commented 8 months ago

Main reason I am asking about versions is that a similar issue was fixed in 0.11.2

VoidedMirror commented 8 months ago

Yeah looks like that is the exact issue and I was using the 0.11.1 version of owo-lib, Looks like this issue was resolved by updating to 0.11.2. Thanks for your help btw