Ritual diviner now auto-constructs rituals.
This commit is contained in:
parent
9329387b6c
commit
b90db3857b
10 changed files with 361 additions and 150 deletions
|
@ -63,7 +63,7 @@ public class TEDemonPortal extends TileEntity
|
|||
|
||||
public static int[] tierCostList = new int[]{1500};
|
||||
|
||||
public static Set<IHoardDemon> hoardList = new HashSet();
|
||||
public Set<IHoardDemon> hoardList = new HashSet();
|
||||
|
||||
public static List<DemonBuilding> buildingList = new ArrayList();
|
||||
public Random rand = new Random();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue