2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-05-29 08:44:36 +02:00

More desperate fixes

This commit is contained in:
ACGaming 2020-10-14 22:36:26 +02:00
parent 04831e903a
commit 3677969083
5 changed files with 9 additions and 3 deletions

View file

@ -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)
{

View file

@ -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)
{

View file

@ -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)
{

View file

@ -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:")