Update for 1.8.9
Update JEI for 1.8.9 as well. Move recipe related stuff to ModRecipes class.
This commit is contained in:
parent
e16017bd56
commit
c815960f5e
5 changed files with 10 additions and 8 deletions
|
@ -45,7 +45,7 @@ public class BloodMagicPlugin implements IModPlugin {
|
|||
registry.addRecipes(BindingRecipeMaker.getRecipes());
|
||||
registry.addRecipes(AlchemyArrayCraftingRecipeMaker.getRecipes());
|
||||
|
||||
registry.addDescription(Collections.singletonList(new ItemStack(ModItems.altarMaker)), "jei.BloodMagic.desc.altarBuilder");
|
||||
registry.addDescription(new ItemStack(ModItems.altarMaker), "jei.BloodMagic.desc.altarBuilder");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue