Implement max fuse tick & explosion radius methods to Creeper
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -11,6 +11,17 @@
|
||||
|
||||
public class EntityCreeper extends EntityMonster {
|
||||
|
||||
@@ -11,8 +15,8 @@
|
||||
private static final DataWatcherObject<Boolean> c = DataWatcher.a(EntityCreeper.class, DataWatcherRegistry.h);
|
||||
private int bx;
|
||||
private int fuseTicks;
|
||||
- private int maxFuseTicks = 30;
|
||||
- private int explosionRadius = 3;
|
||||
+ public int maxFuseTicks = 30; // PAIL private -> public
|
||||
+ public int explosionRadius = 3; // PAIL private -> public
|
||||
private int bB;
|
||||
|
||||
public EntityCreeper(World world) {
|
||||
@@ -125,7 +129,7 @@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user