Changed the Meteor paradigm to POTENTIALLY allow GT ores to be spawnable with the meteor. Potentially.
This commit is contained in:
parent
eb9284faf7
commit
2f0a1c9909
7 changed files with 202 additions and 50 deletions
|
@ -61,7 +61,7 @@ public class TEDemonPortal extends TileEntity
|
|||
public static float demonHoardChance = 0.8f;
|
||||
public static float portalTickRate = 1f;
|
||||
|
||||
public static int[] tierCostList = new int[]{1000, 5000, 10000};
|
||||
public static int[] tierCostList = new int[]{1500};
|
||||
|
||||
public static Set<IHoardDemon> hoardList = new HashSet();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue