You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if that is the same issue as #559 , but when using layered mappings with mojang + parchment the methods in some classes don't get their mapped parameters.
some I noticed are the following
com.mojang.blaze3d.platform.GlStatemanager
com.mojang.blaze3d.systems.RenderSystem
com.mojang.blaze3d.platform.TextureUtil
from that it seems to happen with all classes that have the @DontObfuscate annotation
with just yarn, or layered with yarn they are mapped correctly with the yarn mappings
not sure if that is the same issue as #559 , but when using layered mappings with mojang + parchment the methods in some classes don't get their mapped parameters.
some I noticed are the following
from that it seems to happen with all classes that have the
@DontObfuscate
annotationwith just yarn, or layered with yarn they are mapped correctly with the yarn mappings
in the parchment mappings they should be mapped https://github.com/ParchmentMC/Parchment/blob/versions/1.20.x/data/com/mojang/blaze3d/platform/GlStateManager.mapping
mapping setup:
using loom 1.6-SNAPSHOT
The text was updated successfully, but these errors were encountered: