Fixed the last of the model errors
This commit is contained in:
parent
3b173ecf17
commit
37ec0582eb
36 changed files with 176 additions and 121 deletions
|
@ -410,7 +410,7 @@ public class CategoryArchitect {
|
|||
livingArmourPages.add(bindingRecipePage);
|
||||
}
|
||||
|
||||
bindingRecipePage = BookUtils.getAlchemyPage(new ItemStack(RegistrarBloodMagicItems.LIVING_ARMOUR_LEGS));
|
||||
bindingRecipePage = BookUtils.getAlchemyPage(new ItemStack(RegistrarBloodMagicItems.LIVING_ARMOUR_LEGGINGS));
|
||||
if (bindingRecipePage != null) {
|
||||
livingArmourPages.add(bindingRecipePage);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue