Fixed the Liquid Sigils so that they would work on tanks again.
This commit is contained in:
parent
110deaf0e6
commit
634bab7688
6 changed files with 244 additions and 256 deletions
|
@ -0,0 +1,18 @@
|
|||
package WayofTime.alchemicalWizardry.common.book;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import amerifrance.guideapi.api.abstraction.CategoryAbstract;
|
||||
import amerifrance.guideapi.api.base.Book;
|
||||
|
||||
public class BloodMagicGuide
|
||||
{
|
||||
public static Book bloodMagicGuide;
|
||||
public static List<CategoryAbstract> categories = new ArrayList<CategoryAbstract>();
|
||||
|
||||
public static void registerGuide()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue