top.hendrixshen.magiclib.entrypoint.dev.MagicLibFabric 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 FABRIC
package top.hendrixshen.magiclib.entrypoint.dev;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.api.DedicatedServerModInitializer;
import net.fabricmc.api.ModInitializer;
public class MagicLibFabric implements ModInitializer, ClientModInitializer, DedicatedServerModInitializer {
@Override
public void onInitializeClient() {
}
@Override
public void onInitializeServer() {
}
@Override
public void onInitialize() {
}
}
//#endif
© 2015 - 2025 Weber Informatics LLC | Privacy Policy