top.hendrixshen.magiclib.event.render.mixin.MixinLevelRenderer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
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