Finish updating to 1.19, rename Aion to Eternium
This commit is contained in:
parent
f3e94c68a7
commit
7dc2dbda4f
55 changed files with 298 additions and 190 deletions
|
@ -1,17 +1,17 @@
|
|||
package dev.zontreck.otemod.integrations;
|
||||
|
||||
import dev.zontreck.otemod.OTEMod;
|
||||
import mezz.jei.api.IModPlugin;
|
||||
import mezz.jei.api.JeiPlugin;
|
||||
//import mezz.jei.api.IModPlugin;
|
||||
//import mezz.jei.api.JeiPlugin;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
@JeiPlugin
|
||||
public class JEI implements IModPlugin
|
||||
//@JeiPlugin
|
||||
public class JEI
|
||||
{
|
||||
|
||||
@Override
|
||||
public ResourceLocation getPluginUid() {
|
||||
//@Override
|
||||
/*public ResourceLocation getPluginUid() {
|
||||
return new ResourceLocation(OTEMod.MOD_ID, "jei_plugin");
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue