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

top.hendrixshen.magiclib.mixin.minecraft.event.render.GameRendererMixin Maven / Gradle / Ivy

package top.hendrixshen.magiclib.mixin.minecraft.event.render;

import net.neoforged.api.distmarker.Dist;
import net.neoforged.api.distmarker.OnlyIn;
import org.spongepowered.asm.mixin.Mixin;
import top.hendrixshen.magiclib.api.preprocess.DummyClass;

@OnlyIn(Dist.CLIENT)
@Mixin(DummyClass.class)
public class GameRendererMixin {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy