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

top.hendrixshen.magiclib.event.render.mixin.MixinLevelRenderer Maven / Gradle / Ivy

There is a newer version: 0.7.398+fe2125a-beta
Show newest version
package top.hendrixshen.magiclib.event.render.mixin;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import org.spongepowered.asm.mixin.Mixin;
import top.hendrixshen.magiclib.compat.preprocess.api.DummyClass;

@Environment(EnvType.CLIENT)
@Mixin(DummyClass.class)
public class MixinLevelRenderer {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy