Update JEI compat
isModLoaded() has been deprecated for quite some time and was finally removed in a recent version.
This commit is contained in:
parent
fec2236114
commit
5c7af4f039
2 changed files with 1 additions and 7 deletions
|
@ -20,12 +20,6 @@ public class BloodMagicPlugin implements IModPlugin
|
|||
{
|
||||
public static IJeiHelpers jeiHelper;
|
||||
|
||||
@Override
|
||||
public boolean isModLoaded()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void register(IModRegistry registry)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue