mirror of
https://github.com/ACGaming/Spackenmobs
synced 2024-11-25 16:22:36 +01:00
More desperate fixes
This commit is contained in:
parent
04831e903a
commit
3677969083
5 changed files with 9 additions and 3 deletions
|
@ -11,6 +11,8 @@ public class EntityBakaMitaiCreeper extends EntityCreeper
|
|||
{
|
||||
private int lastActiveTime;
|
||||
private int timeSinceIgnited;
|
||||
private int fuseTime;
|
||||
private int explosionRadius;
|
||||
|
||||
public EntityBakaMitaiCreeper(World worldIn)
|
||||
{
|
||||
|
|
|
@ -10,6 +10,8 @@ public class EntityIslamist extends EntityCreeper
|
|||
{
|
||||
private int lastActiveTime;
|
||||
private int timeSinceIgnited;
|
||||
private int fuseTime;
|
||||
private int explosionRadius;
|
||||
|
||||
public EntityIslamist(World worldIn)
|
||||
{
|
||||
|
|
|
@ -11,6 +11,8 @@ public class EntitySmavaCreeper extends EntityCreeper
|
|||
{
|
||||
private int lastActiveTime;
|
||||
private int timeSinceIgnited;
|
||||
private int fuseTime;
|
||||
private int explosionRadius;
|
||||
|
||||
public EntitySmavaCreeper(World worldIn)
|
||||
{
|
||||
|
|
|
@ -43,11 +43,11 @@ public class ModConfigs
|
|||
@Name("ApoRed max group size:")
|
||||
public static int ApoRed_max = 4;
|
||||
@Name("Baka Mitai Creeper spawn probability:")
|
||||
public static int BakaMitaiCreeper_weight = 10;
|
||||
public static int BakaMitaiCreeper_weight = 0;
|
||||
@Name("Baka Mitai Creeper min group size:")
|
||||
public static int BakaMitaiCreeper_min = 1;
|
||||
public static int BakaMitaiCreeper_min = 0;
|
||||
@Name("Baka Mitai Creeper max group size:")
|
||||
public static int BakaMitaiCreeper_max = 2;
|
||||
public static int BakaMitaiCreeper_max = 0;
|
||||
@Name("Drachenlord spawn probability:")
|
||||
public static int Drachenlord_weight = 20;
|
||||
@Name("Drachenlord min group size:")
|
||||
|
|
Loading…
Reference in a new issue