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
|
@ -7,5 +7,5 @@ curse_id=224791
|
||||||
|
|
||||||
mappings_version=snapshot_20151128
|
mappings_version=snapshot_20151128
|
||||||
|
|
||||||
jei_version=2.13.6.63
|
jei_version=2.15.0.68
|
||||||
waila_version=1.6.0-B3
|
waila_version=1.6.0-B3
|
|
@ -20,12 +20,6 @@ public class BloodMagicPlugin implements IModPlugin
|
||||||
{
|
{
|
||||||
public static IJeiHelpers jeiHelper;
|
public static IJeiHelpers jeiHelper;
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isModLoaded()
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void register(IModRegistry registry)
|
public void register(IModRegistry registry)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue