com.yungnickyoung.minecraft.yungsapi.YungsApiForge Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of YungsApi Show documentation
Show all versions of YungsApi Show documentation
A common API for YUNG's Minecraft mods
package com.yungnickyoung.minecraft.yungsapi;
import net.minecraftforge.fml.common.Mod;
@Mod(YungsApiCommon.MOD_ID)
public class YungsApiForge {
public YungsApiForge() {
YungsApiCommon.init();
}
}