This commit is contained in:
Frank 2022-10-26 00:06:06 +02:00
parent 9fcec2b033
commit 409534e6f1
9 changed files with 39 additions and 68 deletions

View file

@ -36,7 +36,6 @@ public class TextureAtlasMixin {
private boolean bclib_modifyAtlas;
private static ResourceManager bclib_resourceManager;
//TODO: 1.19.3 How were FabricSprites replaced?
@Inject(method = "<init>*", at = @At("TAIL"))
private void bclib_onAtlasInit(
ResourceLocation textureAtlasLocation,