From b3b94d29b57c42b1eff0739d11a280bc200f96d6 Mon Sep 17 00:00:00 2001 From: tom lee Date: Tue, 28 Dec 2021 15:40:39 +0800 Subject: [PATCH] Forge Bugfix: Added accesswidener to fix access violations --- common/src/main/resources/lod.accesswidener | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/main/resources/lod.accesswidener b/common/src/main/resources/lod.accesswidener index d4b6809c9..6f7989856 100644 --- a/common/src/main/resources/lod.accesswidener +++ b/common/src/main/resources/lod.accesswidener @@ -22,6 +22,7 @@ accessible field net/minecraft/client/renderer/texture/TextureAtlasSprite animat accessible field net/minecraft/client/renderer/texture/TextureAtlasSprite width I accessible field net/minecraft/client/renderer/texture/TextureAtlasSprite height I accessible field net/minecraft/client/renderer/texture/TextureAtlasSprite mainImage [Lcom/mojang/blaze3d/platform/NativeImage; +accessible class net/minecraft/client/renderer/texture/TextureAtlasSprite$AnimatedTexture accessible method net/minecraft/client/renderer/texture/TextureAtlasSprite$AnimatedTexture getFrameX (I)I accessible method net/minecraft/client/renderer/texture/TextureAtlasSprite$AnimatedTexture getFrameY (I)I extendable class com/mojang/math/Matrix4f