All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.primogemstudio.advancedfmk.mixin.PngInfoMixin Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.primogemstudio.advancedfmk.mixin;

import net.minecraft.util.PngInfo;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;

import java.nio.ByteBuffer;

@Mixin(PngInfo.class)
public class PngInfoMixin {
    /**
     * @author Jack253-png
     * @reason disable check
     */
    @Overwrite
    public static void validateHeader(ByteBuffer buffer) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy