en.magiclib.magiclib-better-dev-1.20.6-fabric.0.3.32.source-code.MagicLibForge Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-better-dev-1.20.6-fabric Show documentation
Show all versions of magiclib-better-dev-1.20.6-fabric Show documentation
Development Environment runtime QOL.
The newest version!
//#if FORGE
//$$ package top.hendrixshen.magiclib.entrypoint.dev;
//$$
//$$ import net.minecraftforge.fml.common.Mod;
//$$ import top.hendrixshen.magiclib.api.entrypoint.ModInitializer;
//$$
//$$ @Mod("@MOD_IDENTIFIER@")
//$$ public class MagicLibForge implements ModInitializer {
//$$ public MagicLibForge() {
//$$ this.construct();
//$$ }
//$$
//$$ @Override
//$$ public void onInitializeClient() {
//$$ }
//$$
//$$ @Override
//$$ public void onInitializeServer() {
//$$ }
//$$
//$$ @Override
//$$ public void onInitialize() {
//$$ }
//$$ }
//#endif
© 2015 - 2025 Weber Informatics LLC | Privacy Policy