Update JEI compat
Should need less of these in the future. The API is becoming much more stable.
This commit is contained in:
parent
1d7565553a
commit
43f2bdd28a
3 changed files with 20 additions and 8 deletions
|
@ -1,15 +1,12 @@
|
|||
package WayofTime.bloodmagic.compat.jei;
|
||||
|
||||
import WayofTime.bloodmagic.compat.ICompatibility;
|
||||
import WayofTime.bloodmagic.registry.ModBlocks;
|
||||
import mezz.jei.api.JEIManager;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public class CompatibilityJustEnoughItems implements ICompatibility {
|
||||
|
||||
@Override
|
||||
public void loadCompatibility() {
|
||||
JEIManager.itemBlacklist.addItemToBlacklist(new ItemStack(ModBlocks.bloodLight));
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue